Update arduino kernel footprint benchmark, make it compile
[bertos.git] / boards / arduino / benchmark / arduino_kernel_footprint / arduino_kernel_footprint.mk
index 0c4f7fb70143c45aa157cd7cbb9d5ea42c683fa8..b3c685b626cbd379170098203973210aa515c165 100644 (file)
@@ -19,17 +19,18 @@ arduino_kernel_footprint_HW_PATH = boards/arduino
 
 # Files automatically generated by the wizard. DO NOT EDIT, USE arduino_kernel_footprint_USER_CSRC INSTEAD!
 arduino_kernel_footprint_WIZARD_CSRC = \
-       bertos/mware/event.c \
-       bertos/kern/sem.c \
-       bertos/struct/heap.c \
-       bertos/io/kfile.c \
-       bertos/mware/formatwr.c \
+       bertos/benchmark/kernel_footprint.c \
        bertos/cpu/avr/drv/timer_avr.c \
+       bertos/cpu/avr/drv/timer_mega.c \
        bertos/drv/timer.c \
-       bertos/kern/signal.c \
+       bertos/io/kfile.c \
        bertos/kern/proc.c \
-       bertos/benchmark/kernel_footprint.c \
+       bertos/kern/sem.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_kernel_footprint_USER_PCSRC INSTEAD!