aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/NIL-ARDUINOMEGA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/NIL-ARDUINOMEGA/Makefile')
-rw-r--r--demos/AVR/NIL-ARDUINOMEGA/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/AVR/NIL-ARDUINOMEGA/Makefile b/demos/AVR/NIL-ARDUINOMEGA/Makefile
index dbdf1beef..9c2f14a3e 100644
--- a/demos/AVR/NIL-ARDUINOMEGA/Makefile
+++ b/demos/AVR/NIL-ARDUINOMEGA/Makefile
@@ -64,16 +64,16 @@ include $(CHIBIOS)/os/hal/ports/AVR/platform.mk
include $(CHIBIOS)/os/hal/osal/nil/osal.mk
include $(CHIBIOS)/os/nil/nil.mk
include $(CHIBIOS)/os/nil/ports/AVR/compilers/GCC/mk/port.mk
-#include $(CHIBIOS)/test/rt/test.mk
+include $(CHIBIOS)/test/nil/test.mk
# List C source files here. (C dependencies are automatically generated.)
-SRC = $(PORTSRC) \
- $(KERNSRC) \
- $(TESTSRC) \
- $(HALSRC) \
+SRC = $(KERNSRC) \
+ $(PORTSRC) \
$(OSALSRC) \
+ $(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
+ $(TESTSRC) \
main.c
# List C++ source files here. (C dependencies are automatically generated.)