aboutsummaryrefslogtreecommitdiff
path: root/build_keyboard.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-08-15 21:55:23 +0100
committerGitHub <noreply@github.com>2021-08-15 21:55:23 +0100
commitab941ce614e19a7f4bb5bd34dd0ab9eee86bdc27 (patch)
treeff8bfefacffaac38893dd423d018c84068258bd1 /build_keyboard.mk
parent4e3726bfe11b02757c5724211d2a0fc62c7f66e8 (diff)
downloadqmk_firmware-ab941ce614e19a7f4bb5bd34dd0ab9eee86bdc27.tar.gz
qmk_firmware-ab941ce614e19a7f4bb5bd34dd0ab9eee86bdc27.zip
Move all the flash logic from tmk_core (#13927)
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r--build_keyboard.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index 38ca2aaa9..262bfd9a7 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -375,6 +375,7 @@ ifneq ($(strip $(PROTOCOL)),)
375else 375else
376 include $(TMK_PATH)/protocol/$(PLATFORM_KEY).mk 376 include $(TMK_PATH)/protocol/$(PLATFORM_KEY).mk
377endif 377endif
378-include $(TOP_DIR)/platforms/$(PLATFORM_KEY)/flash.mk
378 379
379# TODO: remove this bodge? 380# TODO: remove this bodge?
380PROJECT_DEFS := $(OPT_DEFS) 381PROJECT_DEFS := $(OPT_DEFS)