1
0
Fork 0

Split subproject make files into Makefile and rules.mk

This commit is contained in:
Fred Sundvik 2016-08-07 18:38:03 +03:00
parent c83af54513
commit 051017c312
28 changed files with 705 additions and 605 deletions

View file

@ -1,5 +1,3 @@
AUDIO_ENABLE ?= yes # Audio output on port C6
ifndef QUANTUM_DIR
ifndef MAKEFILE_INCLUDED
include ../../../Makefile
endif

View file

@ -0,0 +1,5 @@
AUDIO_ENABLE ?= yes # Audio output on port C6
ifndef QUANTUM_DIR
include ../../../Makefile
endif