kosmos/source/test/test.mk

10 lines
198 B
Makefile
Raw Normal View History

2016-08-16 12:28:08 +00:00
ifeq ($(TEST_APP), shell)
include source/test/shell/shell.mk
endif
ifeq ($(TEST_APP), pwm)
include source/test/pwm/pwm.mk
endif
ifeq ($(TEST_APP), blinky)
include source/test/blinky/blinky.mk
endif