2025-10-10 16:07:00 +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