summaryrefslogtreecommitdiff
path: root/keyboard/ergodox_ez/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-10-27 21:13:10 -0400
committerJack Humbert <jack.humb@gmail.com>2015-10-27 21:13:10 -0400
commit909d30553fb0324cd021ebfb523e750b0009c636 (patch)
tree63305b63a75716a3e35e3e5916b84c5521e5b419 /keyboard/ergodox_ez/Makefile
parentd311fd8d1a0af3b767d26b520d399bf0db22f058 (diff)
updated EZ makefile with tmk_core changes
Diffstat (limited to 'keyboard/ergodox_ez/Makefile')
-rw-r--r--keyboard/ergodox_ez/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboard/ergodox_ez/Makefile b/keyboard/ergodox_ez/Makefile
index 52c4c5d563..f9260b1ced 100644
--- a/keyboard/ergodox_ez/Makefile
+++ b/keyboard/ergodox_ez/Makefile
@@ -20,6 +20,7 @@ TARGET = ergodox_ez
# Directory common source filess exist
TOP_DIR = ../..
+TMK_DIR = ../../tmk_core
# Directory keyboard dependent files exist
TARGET_DIR = .
@@ -109,6 +110,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
# Search Path
VPATH += $(TARGET_DIR)
VPATH += $(TOP_DIR)
+VPATH += $(TMK_DIR)
include $(TOP_DIR)/quantum/quantum.mk