summaryrefslogtreecommitdiff
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)
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 38ca2aaa99..262bfd9a70 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -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)