X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fbenchmark%2Ftriface_kernel_footprint%2Ftriface_kernel_footprint.mk;h=360a8d1bd0c4ed2296ce09fe0abeb05da1198570;hb=5f4ad7298d1d8d411286e18ba23b201b57e653b2;hp=5f04155236d4ee0be38615851bd85dd32f60d356;hpb=ffd90a8e0d552a62ae93a03594a245b1e1b51bc3;p=bertos.git diff --git a/boards/triface/benchmark/triface_kernel_footprint/triface_kernel_footprint.mk b/boards/triface/benchmark/triface_kernel_footprint/triface_kernel_footprint.mk index 5f041552..360a8d1b 100644 --- a/boards/triface/benchmark/triface_kernel_footprint/triface_kernel_footprint.mk +++ b/boards/triface/benchmark/triface_kernel_footprint/triface_kernel_footprint.mk @@ -9,7 +9,7 @@ # Our target application TRG += triface_kernel_footprint -triface_kernel_footprint_PREFIX = "avr-" +triface_kernel_footprint_PREFIX = "/usr/bin/avr-" triface_kernel_footprint_SUFFIX = "" @@ -19,17 +19,18 @@ triface_kernel_footprint_HW_PATH = boards/triface # Files automatically generated by the wizard. DO NOT EDIT, USE triface_kernel_footprint_USER_CSRC INSTEAD! triface_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 triface_kernel_footprint_USER_PCSRC INSTEAD!