parent
0922cd67cc
commit
442671b23e
|
@ -157,6 +157,12 @@ include $(PROJECT_DIR)/controllers/system/system.mk
|
||||||
include $(PROJECT_DIR)/controllers/trigger/trigger.mk
|
include $(PROJECT_DIR)/controllers/trigger/trigger.mk
|
||||||
include $(PROJECT_DIR)/console/console.mk
|
include $(PROJECT_DIR)/console/console.mk
|
||||||
|
|
||||||
|
ifeq ($(BOOTLOADERINC),)
|
||||||
|
# include default bootloader code
|
||||||
|
BOOTLOADERINC= $(PROJECT_DIR)/bootloader/
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(USE_BOOTLOADER),yes)
|
ifeq ($(USE_BOOTLOADER),yes)
|
||||||
include $(PROJECT_DIR)/bootloader/bootloader.mk
|
include $(PROJECT_DIR)/bootloader/bootloader.mk
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue