summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-05-24 12:04:47 +0700
committerhathach <[email protected]>2019-05-24 12:04:47 +0700
commit231773cae92991c9e16675bfb3772fb19d214f84 (patch)
treea63a993dd1dae768691eac1a85a643619e7a9c2e /examples/make.mk
parentf4762ff0128b6d856fd002f11064091b2eb34336 (diff)
move all build into folder _build
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