7 lines
128 B
Makefile
7 lines
128 B
Makefile
ifeq ($(TEST_APP), shell)
|
|
include source/test/shell/shell.mk
|
|
endif
|
|
ifeq ($(TEST_APP), pwm)
|
|
include source/test/pwm/pwm.mk
|
|
endif
|