2016-08-17 10:06:18 +02:00
|
|
|
ifeq ($(TEST_APP), blinky)
|
|
|
|
include source/test/blinky/blinky.mk
|
2016-08-16 14:28:08 +02:00
|
|
|
endif
|
2016-08-17 10:06:18 +02:00
|
|
|
|
2016-08-16 14:28:08 +02:00
|
|
|
ifeq ($(TEST_APP), pwm)
|
|
|
|
include source/test/pwm/pwm.mk
|
|
|
|
endif
|
2016-08-17 10:06:18 +02: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 14:28:08 +02:00
|
|
|
endif
|