forked from mirrors/qmk_userspace
Move bootloader.mk to platforms (#18228)
This commit is contained in:
parent
0237ff0c62
commit
bb6f028833
11 changed files with 180 additions and 100 deletions
|
@ -428,7 +428,6 @@ include $(BUILDDEFS_PATH)/common_features.mk
|
|||
include $(BUILDDEFS_PATH)/generic_features.mk
|
||||
include $(TMK_PATH)/protocol.mk
|
||||
include $(PLATFORM_PATH)/common.mk
|
||||
include $(BUILDDEFS_PATH)/bootloader.mk
|
||||
|
||||
SRC += $(patsubst %.c,%.clib,$(LIB_SRC))
|
||||
SRC += $(patsubst %.c,%.clib,$(QUANTUM_LIB_SRC))
|
||||
|
@ -443,6 +442,7 @@ ifneq ($(REQUIRE_PLATFORM_KEY),)
|
|||
endif
|
||||
endif
|
||||
|
||||
-include $(PLATFORM_PATH)/$(PLATFORM_KEY)/bootloader.mk
|
||||
include $(PLATFORM_PATH)/$(PLATFORM_KEY)/platform.mk
|
||||
-include $(PLATFORM_PATH)/$(PLATFORM_KEY)/flash.mk
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue