mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
move all build into folder _build
This commit is contained in:
parent
f4762ff012
commit
231773cae9
@ -27,7 +27,7 @@ else
|
||||
endif
|
||||
|
||||
# Build directory
|
||||
BUILD = build-$(BOARD)
|
||||
BUILD = _build/build-$(BOARD)
|
||||
|
||||
# Board specific
|
||||
include $(TOP)/hw/bsp/$(BOARD)/board.mk
|
||||
|
@ -100,7 +100,7 @@ size: $(BUILD)/$(BOARD)-firmware.elf
|
||||
-@echo ''
|
||||
|
||||
clean:
|
||||
rm -rf build-$(BOARD)
|
||||
rm -rf $(BUILD)
|
||||
|
||||
# Flash binary using Jlink
|
||||
ifeq ($(OS),Windows_NT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user