2025-02-27 17:59:18 +08:00

8 lines
180 B
Makefile
Executable File

PRE_BUILD_TARGET :=
#ifeq ($(SUPPORT_DUAL_CORE),true)
#PRE_BUILD_TARGET += $(ARMINO_SOC)_cp1
#endif
ifeq ($(SUPPORT_BOOTLOADER),true)
PRE_BUILD_TARGET += bootloader
endif