X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fbenchmark%2Ftriface_context_switch%2Ftriface_context_switch.mk;h=bbf966456777b26fc9998cab6afcc3694bc23e3b;hb=56f2c002c50338f23f1b969ba51a43b0eb24f3da;hp=a748bf169d06a7ca08d916a2ebc2dcc00507e34e;hpb=57dfb183e24175bc782647d4e6aebe31063f3881;p=bertos.git diff --git a/boards/triface/benchmark/triface_context_switch/triface_context_switch.mk b/boards/triface/benchmark/triface_context_switch/triface_context_switch.mk index a748bf16..bbf96645 100644 --- a/boards/triface/benchmark/triface_context_switch/triface_context_switch.mk +++ b/boards/triface/benchmark/triface_context_switch/triface_context_switch.mk @@ -9,7 +9,7 @@ # Our target application TRG += triface_context_switch -triface_context_switch_PREFIX = "avr-" +triface_context_switch_PREFIX = "/usr/bin/avr-" triface_context_switch_SUFFIX = "" @@ -20,17 +20,19 @@ triface_context_switch_HW_PATH = boards/triface # Files automatically generated by the wizard. DO NOT EDIT, USE triface_context_switch_USER_CSRC INSTEAD! triface_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 triface_context_switch_USER_PCSRC INSTEAD!