remove BOARD from output name

This commit is contained in:
hathach 2021-06-10 17:24:36 +07:00
parent c7f51cde40
commit c9d66dcd5f
1 changed files with 1 additions and 1 deletions

View File

@ -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