Update arduino context switch benchmark, fix compiling issues
[bertos.git] / boards / arduino / benchmark / arduino_context_switch / arduino_context_switch.mk
index 35677d69e82b9ef8ca49491e6247a32742e636f0..f4bc0f4dd44caeb8f978ee39ab839702cb8d212d 100644 (file)
@@ -20,17 +20,19 @@ arduino_context_switch_HW_PATH = boards/arduino
 # Files automatically generated by the wizard. DO NOT EDIT, USE arduino_context_switch_USER_CSRC INSTEAD!
 arduino_context_switch_WIZARD_CSRC = \
        bertos/benchmark/context_switch.c \
-       bertos/mware/event.c \
-       bertos/struct/heap.c \
-       bertos/io/kfile.c \
-       bertos/mware/formatwr.c \
+       bertos/cpu/avr/drv/ser_avr.c \
+       bertos/cpu/avr/drv/ser_mega.c \
        bertos/cpu/avr/drv/timer_avr.c \
+       bertos/cpu/avr/drv/timer_mega.c \
+       bertos/drv/ser.c \
        bertos/drv/timer.c \
-       bertos/kern/signal.c \
+       bertos/io/kfile.c \
        bertos/kern/proc.c \
-       bertos/cpu/avr/drv/ser_avr.c \
-       bertos/drv/ser.c \
+       bertos/kern/signal.c \
+       bertos/mware/event.c \
+       bertos/mware/formatwr.c \
        bertos/mware/hex.c \
+       bertos/struct/heap.c \
        #
 
 # Files automatically generated by the wizard. DO NOT EDIT, USE arduino_context_switch_USER_PCSRC INSTEAD!