4 lines
94 B
Makefile
Executable File
4 lines
94 B
Makefile
Executable File
PRE_BUILD_TARGET :=
|
|
ifeq ($(SUPPORT_BOOTLOADER),true)
|
|
PRE_BUILD_TARGET += bootloader
|
|
endif |