move all build into folder _build

This commit is contained in:
hathach
2019-05-24 12:04:47 +07:00
parent f4762ff012
commit 231773cae9
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ else
endif
# Build directory
BUILD = build-$(BOARD)
BUILD = _build/build-$(BOARD)
# Board specific
include $(TOP)/hw/bsp/$(BOARD)/board.mk