mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-25 03:02:26 +00:00
remove BOARD from output name
This commit is contained in:
parent
c7f51cde40
commit
c9d66dcd5f
@ -5,7 +5,7 @@
|
|||||||
# Build directory
|
# Build directory
|
||||||
BUILD := _build/$(BOARD)
|
BUILD := _build/$(BOARD)
|
||||||
|
|
||||||
PROJECT := $(BOARD)-$(notdir $(CURDIR))
|
PROJECT := $(notdir $(CURDIR))
|
||||||
BIN := $(TOP)/_bin/$(BOARD)/$(notdir $(CURDIR))
|
BIN := $(TOP)/_bin/$(BOARD)/$(notdir $(CURDIR))
|
||||||
|
|
||||||
# Handy check parameter function
|
# Handy check parameter function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user