aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINOMEGA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-ARDUINOMEGA/Makefile')
-rw-r--r--demos/AVR/RT-ARDUINOMEGA/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/AVR/RT-ARDUINOMEGA/Makefile b/demos/AVR/RT-ARDUINOMEGA/Makefile
index f6ed4629f..a4d4bd621 100644
--- a/demos/AVR/RT-ARDUINOMEGA/Makefile
+++ b/demos/AVR/RT-ARDUINOMEGA/Makefile
@@ -67,13 +67,13 @@ include $(CHIBIOS)/os/rt/ports/AVR/compilers/GCC/mk/port.mk
include $(CHIBIOS)/test/rt/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) \
$(CHIBIOS)/os/various/evtimer.c \
main.c