6 lines
85 B
Makefile
6 lines
85 B
Makefile
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
|
SRC += muse.c
|
|
endif
|
|
|
|
TRI_LAYER_ENABLE = yes
|