remove BOARD from output name
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# Build directory
|
||||
BUILD := _build/$(BOARD)
|
||||
|
||||
PROJECT := $(BOARD)-$(notdir $(CURDIR))
|
||||
PROJECT := $(notdir $(CURDIR))
|
||||
BIN := $(TOP)/_bin/$(BOARD)/$(notdir $(CURDIR))
|
||||
|
||||
# Handy check parameter function
|
||||
|
Reference in New Issue
Block a user