X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fbenchmark%2Farduino_context_switch%2Farduino_context_switch.mk;h=f4bc0f4dd44caeb8f978ee39ab839702cb8d212d;hb=e6aee3618f11f859e2f11814cee8f7a652897775;hp=35677d69e82b9ef8ca49491e6247a32742e636f0;hpb=3659d918dd3fb3fe6bd0c69c0f9792bbea709792;p=bertos.git diff --git a/boards/arduino/benchmark/arduino_context_switch/arduino_context_switch.mk b/boards/arduino/benchmark/arduino_context_switch/arduino_context_switch.mk index 35677d69..f4bc0f4d 100644 --- a/boards/arduino/benchmark/arduino_context_switch/arduino_context_switch.mk +++ b/boards/arduino/benchmark/arduino_context_switch/arduino_context_switch.mk @@ -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!