aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/NIL-MT-DB-X4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/NIL-MT-DB-X4/Makefile')
-rw-r--r--demos/AVR/NIL-MT-DB-X4/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/demos/AVR/NIL-MT-DB-X4/Makefile b/demos/AVR/NIL-MT-DB-X4/Makefile
index 22eebabb2..92177ac85 100644
--- a/demos/AVR/NIL-MT-DB-X4/Makefile
+++ b/demos/AVR/NIL-MT-DB-X4/Makefile
@@ -92,11 +92,6 @@ include $(CHIBIOS)/os/hal/osal/nil/osal.mk
# RTOS files (optional).
include $(CHIBIOS)/os/nil/nil.mk
include $(CHIBIOS)/os/common/ports/AVR/compilers/GCC/mk/port.mk
-# Other files (optional).
-include $(CHIBIOS)/test/lib/test.mk
-include $(CHIBIOS)/test/nil/nil_test.mk
-include $(CHIBIOS)/test/oslib/oslib_test.mk
-
# List C source files here. (C dependencies are automatically generated.)
CSRC = $(KERNSRC) \
@@ -111,8 +106,8 @@ CSRC = $(KERNSRC) \
# List C++ sources file here.
CPPSRC =
-INCDIR = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) \
- $(HALINC) $(OSALINC) $(PLATFORMINC) $(TESTINC) \
+INCDIR = $(CHIBIOS)/os/license $(PORTINC) $(KERNINC) \
+ $(HALINC) $(OSALINC) $(PLATFORMINC) \
$(BOARDINC)
#