summaryrefslogtreecommitdiff
path: root/keyboard
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-10-27 14:33:18 -0400
committerJack Humbert <jack.humb@gmail.com>2015-10-27 14:33:18 -0400
commit6f3141965e88c4ee0ebf7c18a243e4c2d9c5021b (patch)
treeb9de5704143ac205b4e26222f9d7551e9b161924 /keyboard
parentd35402938f45d36b6f0afed758737742dba88fa7 (diff)
new project script
Diffstat (limited to 'keyboard')
-rw-r--r--keyboard/ergodox_ez/Makefile2
-rw-r--r--keyboard/planck/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/ergodox_ez/Makefile b/keyboard/ergodox_ez/Makefile
index e0d303c9df..52c4c5d563 100644
--- a/keyboard/ergodox_ez/Makefile
+++ b/keyboard/ergodox_ez/Makefile
@@ -110,5 +110,5 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
VPATH += $(TARGET_DIR)
VPATH += $(TOP_DIR)
-include $(TOP_DIR)/quantum.mk
+include $(TOP_DIR)/quantum/quantum.mk
diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile
index fc26905d80..77e38ce366 100644
--- a/keyboard/planck/Makefile
+++ b/keyboard/planck/Makefile
@@ -136,5 +136,5 @@ VPATH += $(TARGET_DIR)
VPATH += $(TOP_DIR)
VPATH += $(TMK_DIR)
-include $(TOP_DIR)/quantum.mk
+include $(TOP_DIR)/quantum/quantum.mk