4 lines
157 B
Makefile
4 lines
157 B
Makefile
|
SUPPORT_BOOTLOADER := true
|
||
|
ifeq ($(SUPPORT_BOOTLOADER),true)
|
||
|
ARMINO_BOOTLOADER := $(ARMINO_DIR)/properties/modules/bootloader/aboot/arm_bootloader/
|
||
|
endif
|