mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-26 19:18:03 +06:00
updated EZ makefile with tmk_core changes
This commit is contained in:
parent
d311fd8d1a
commit
909d30553f
@ -20,6 +20,7 @@ TARGET = ergodox_ez
|
|||||||
|
|
||||||
# Directory common source filess exist
|
# Directory common source filess exist
|
||||||
TOP_DIR = ../..
|
TOP_DIR = ../..
|
||||||
|
TMK_DIR = ../../tmk_core
|
||||||
|
|
||||||
# Directory keyboard dependent files exist
|
# Directory keyboard dependent files exist
|
||||||
TARGET_DIR = .
|
TARGET_DIR = .
|
||||||
@ -109,6 +110,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration
|
|||||||
# Search Path
|
# Search Path
|
||||||
VPATH += $(TARGET_DIR)
|
VPATH += $(TARGET_DIR)
|
||||||
VPATH += $(TOP_DIR)
|
VPATH += $(TOP_DIR)
|
||||||
|
VPATH += $(TMK_DIR)
|
||||||
|
|
||||||
include $(TOP_DIR)/quantum/quantum.mk
|
include $(TOP_DIR)/quantum/quantum.mk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user