summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-06-10 17:24:36 +0700
committerhathach <[email protected]>2021-06-10 17:24:36 +0700
commitc9d66dcd5f82b138865bbb02486fe19e4a843eb2 (patch)
tree8cb3da6aeb0a44da34d0663e540e0a706311b308 /examples
parentc7f51cde40afbefe3f1d57b9dbdaaca0abed424e (diff)
remove BOARD from output name
Diffstat (limited to 'examples')
-rw-r--r--examples/make.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index df8bfd617..9daf60e35 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -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