Split keyboard makefiles into rules and Makefile

This commit is contained in:
Fred Sundvik 2016-08-07 17:04:39 +03:00
parent 0d5caead5a
commit 44441de8ca
56 changed files with 1792 additions and 1903 deletions

View file

@ -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)))