From: Jack Humbert Date: Wed, 28 Oct 2015 01:13:10 +0000 (-0400) Subject: updated EZ makefile with tmk_core changes X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=909d30553fb0324cd021ebfb523e750b0009c636;p=qmk_firmware.git updated EZ makefile with tmk_core changes --- diff --git a/keyboard/ergodox_ez/Makefile b/keyboard/ergodox_ez/Makefile index 52c4c5d56..f9260b1ce 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