Using this structure, only the keymap itself is bound to a specific board. Everything else (configuration, rules) can be shared across multiple boards.
3 lines
164 B
Makefile
3 lines
164 B
Makefile
# Include keyboard independent rules from the root directory
|
|
ROOT_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
|
|
include ${ROOT_DIR}../../../../../rules.mk
|