]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
updated EZ makefile with tmk_core changes
authorJack Humbert <jack.humb@gmail.com>
Wed, 28 Oct 2015 01:13:10 +0000 (21:13 -0400)
committerJack Humbert <jack.humb@gmail.com>
Wed, 28 Oct 2015 01:13:10 +0000 (21:13 -0400)
keyboard/ergodox_ez/Makefile

index 52c4c5d563a348994828bd882c75ba7dd5999ce9..f9260b1cedc484270324aae409c95bf1069bafc7 100644 (file)
@@ -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