4 lines
94 B
Makefile
Raw Permalink Normal View History

2025-02-27 17:59:18 +08:00
PRE_BUILD_TARGET :=
ifeq ($(SUPPORT_BOOTLOADER),true)
PRE_BUILD_TARGET += bootloader
endif