make reorganized
This commit is contained in:
1
source/test/blinky/blinky.mk
Normal file
1
source/test/blinky/blinky.mk
Normal file
@@ -0,0 +1 @@
|
||||
SRC_DIR += source/test/blinky
|
@@ -1,2 +0,0 @@
|
||||
SRC_DIR += source/test/src
|
||||
INCLUDES += source/test/src/include
|
@@ -1,7 +1,9 @@
|
||||
#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
|
||||
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
|
||||
|
Reference in New Issue
Block a user