1
0
Fork 0

Move all the flash logic from tmk_core (#13927)

This commit is contained in:
Joel Challis 2021-08-15 21:55:23 +01:00 committed by GitHub
parent 4e3726bfe1
commit ab941ce614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 278 additions and 269 deletions

View file

@ -375,6 +375,7 @@ ifneq ($(strip $(PROTOCOL)),)
else
include $(TMK_PATH)/protocol/$(PLATFORM_KEY).mk
endif
-include $(TOP_DIR)/platforms/$(PLATFORM_KEY)/flash.mk
# TODO: remove this bodge?
PROJECT_DEFS := $(OPT_DEFS)