X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fbenchmark%2Farduino_kernel_footprint%2Farduino_kernel_footprint.mk;h=b3c685b626cbd379170098203973210aa515c165;hb=6fffd0614f75137e8fed424c87835d4e7d478ef7;hp=0c4f7fb70143c45aa157cd7cbb9d5ea42c683fa8;hpb=15646c02b1d1c7690176e197a66ee1380397fee7;p=bertos.git diff --git a/boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint.mk b/boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint.mk index 0c4f7fb7..b3c685b6 100644 --- a/boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint.mk +++ b/boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint.mk @@ -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!