Split subproject make files into Makefile and rules.mk
This commit is contained in:
parent
c83af54513
commit
051017c312
28 changed files with 705 additions and 605 deletions
|
@ -1,5 +1,3 @@
|
|||
AUDIO_ENABLE ?= no # Audio output on port C6
|
||||
|
||||
ifndef QUANTUM_DIR
|
||||
ifndef MAKEFILE_INCLUDED
|
||||
include ../../../Makefile
|
||||
endif
|
5
keyboards/planck/rev3/rules.mk
Normal file
5
keyboards/planck/rev3/rules.mk
Normal file
|
@ -0,0 +1,5 @@
|
|||
AUDIO_ENABLE ?= no # Audio output on port C6
|
||||
|
||||
ifndef QUANTUM_DIR
|
||||
include ../../../Makefile
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue