engine_control/source/application/application.mk

10 lines
205 B
Makefile
Raw Normal View History

2016-07-23 05:59:54 +00:00
INCLUDES += application
DOC_SRC += application
ifeq ($(APP), example_semaphore)
include application/example_semaphore/example_semaphore.mk
endif
ifeq ($(APP), test)
include application/test/test.mk
endif