summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-07 16:04:39 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-08-20 02:56:08 +0200
commit44441de8cad7255fd0637459ed39b89e34751b78 (patch)
tree89056dc6ea70b3367fb1fa0ca408975909b5a20a /Makefile
parent0d5caead5ad0edc06aedda06814da05815fc177e (diff)
downloadqmk_firmware-44441de8cad7255fd0637459ed39b89e34751b78.tar.gz
qmk_firmware-44441de8cad7255fd0637459ed39b89e34751b78.tar.xz
Split keyboard makefiles into rules and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e11dd5ff..b2a873532 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ STARTING_DIR := $(subst $(ABS_ROOT_DIR),,$(ABS_STARTING_DIR))
PATH_ELEMENTS := $(subst /, ,$(STARTING_DIR))
-QUANTUM_DIR:=$(ROOT_DIR)/quantum
+MAKEFILE_INCLUDED=yes
define NEXT_PATH_ELEMENT
$$(eval CURRENT_PATH_ELEMENT := $$(firstword $$(PATH_ELEMENTS)))