summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-05-24 12:37:36 +0700
committerGitHub <[email protected]>2019-05-24 12:37:36 +0700
commit981e227774e824cf5027fdf093e5d21e8a54a5a3 (patch)
tree351c687bcf917b1adfd720b7400997ee18320ee7 /examples/make.mk
parent69edf13c714c1f334b527cb12a04adb37c352ab3 (diff)
parent5f34c63660348f422d1b3934fd03cee62cbf3092 (diff)
Merge pull request #76 from hathach/develop
fix raw hid inout
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index b71c75280..73e339d84 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -27,7 +27,7 @@ else
endif
# Build directory
-BUILD = build-$(BOARD)
+BUILD = _build/build-$(BOARD)
# Board specific
include $(TOP)/hw/bsp/$(BOARD)/board.mk