aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/NIL-ARDUINO-MEGA/Makefile
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-12-20 20:30:10 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-12-20 20:30:10 +0000
commite3f12486f060b88043ff92736e2cd45c2dda5f5b (patch)
tree239d0bac90d4e1047917c8c99e79e39b334f604b /demos/AVR/NIL-ARDUINO-MEGA/Makefile
parent75d472f580b00e9d616b493929e100b6cad8dc9d (diff)
downloadChibiOS-e3f12486f060b88043ff92736e2cd45c2dda5f5b.tar.gz
ChibiOS-e3f12486f060b88043ff92736e2cd45c2dda5f5b.tar.bz2
ChibiOS-e3f12486f060b88043ff92736e2cd45c2dda5f5b.zip
AVR: Update NIL demos files to resolve the error undefined reference to __heap_base__ and undefined reference to __heap_end__
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11154 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/NIL-ARDUINO-MEGA/Makefile')
-rw-r--r--demos/AVR/NIL-ARDUINO-MEGA/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/demos/AVR/NIL-ARDUINO-MEGA/Makefile b/demos/AVR/NIL-ARDUINO-MEGA/Makefile
index 6c2fd723d..d0b7e6e43 100644
--- a/demos/AVR/NIL-ARDUINO-MEGA/Makefile
+++ b/demos/AVR/NIL-ARDUINO-MEGA/Makefile
@@ -92,10 +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) \
@@ -104,14 +100,13 @@ CSRC = $(KERNSRC) \
$(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- $(TESTSRC) \
main.c
# 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)
#