summaryrefslogtreecommitdiff
path: root/quantum.mk
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-10-26 20:02:25 -0400
committerJack Humbert <jack.humb@gmail.com>2015-10-26 20:02:25 -0400
commitcc1c32671eb1eb43a87e55ac4ffa60b15115e48d (patch)
tree4f57c95c9c22d858b1eac8bcd3d489c0d6214719 /quantum.mk
parent402122744c26704f378cda828d30bf11e8d6dabf (diff)
fixed makefile, added MO DF shortcuts
Diffstat (limited to 'quantum.mk')
-rw-r--r--quantum.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum.mk b/quantum.mk
index c68bce8ff0..c760dbdb5d 100644
--- a/quantum.mk
+++ b/quantum.mk
@@ -38,7 +38,7 @@
# To rebuild project do "make clean" then "make all".
#----------------------------------------------------------------------------
-QUANTUM_DIR = $(TOP_DIR)/quantum
+QUANTUM_DIR = quantum
# # project specific files
SRC += $(QUANTUM_DIR)/keymap_common.c \
@@ -61,7 +61,7 @@ endif
#EXTRALDFLAGS = -Wl,--relax
# Search Path
-VPATH += $(QUANTUM_DIR)
+VPATH += $(TOP_DIR)/$(QUANTUM_DIR)
include $(TOP_DIR)/protocol/lufa.mk