Split subproject make files into Makefile and rules.mk
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
AUDIO_ENABLE ?= yes # Audio output on port C6
|
||||
|
||||
ifndef QUANTUM_DIR
|
||||
ifndef MAKEFILE_INCLUDED
|
||||
include ../../../Makefile
|
||||
endif
|
5
keyboards/planck/rev4/rules.mk
Normal file
5
keyboards/planck/rev4/rules.mk
Normal file
@@ -0,0 +1,5 @@
|
||||
AUDIO_ENABLE ?= yes # Audio output on port C6
|
||||
|
||||
ifndef QUANTUM_DIR
|
||||
include ../../../Makefile
|
||||
endif
|
Reference in New Issue
Block a user