8 lines
160 B
Makefile
8 lines
160 B
Makefile
#ifeq ($(TEST_APP), shell)
|
|
#include source/test/shell/shell.mk
|
|
#endif
|
|
#ifeq ($(TEST_APP), pwm)
|
|
#include source/test/pwm/pwm.mk
|
|
#endif
|
|
include source/src/src.mk
|