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