summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-06-10 17:42:43 +0700
committerGitHub <[email protected]>2021-06-10 17:42:43 +0700
commitb34724215bea28ef93fd80ed9c2e4ddc87874093 (patch)
tree8cb3da6aeb0a44da34d0663e540e0a706311b308 /examples
parent3c4ab6bd8adaa20d1fe0c417761d2810456dbcbd (diff)
parentc9d66dcd5f82b138865bbb02486fe19e4a843eb2 (diff)
Merge pull request #887 from hathach/host-update
Host API clean up
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