X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fbenchmark%2Farduino_kernel_footprint%2Farduino_kernel_footprint.mk;fp=boards%2Farduino%2Fbenchmark%2Farduino_kernel_footprint%2Farduino_kernel_footprint.mk;h=b3c685b626cbd379170098203973210aa515c165;hb=a1fab827f2b4a29ada911048785f2727066d2fad;hp=0c4f7fb70143c45aa157cd7cbb9d5ea42c683fa8;hpb=4ebdef5139702ec6f8d01243bad97bd6c71f5792;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!