7 lines
134 B
Makefile
7 lines
134 B
Makefile
ARDUINO_LIBRARIES := ArduinoFFT SignalGenerator
|
|
ENABLE_TASK_COUNT := 1
|
|
|
|
ifeq ($(SMING_ARCH),Host)
|
|
COMPONENT_SRCDIRS += app/Host
|
|
endif
|