X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint%2Fkernel_footprint.mk;h=6c81541c656c6c69ba79feadb7f09e2a50a52147;hb=fbc4cfcfaf7efe9e326807a90b892e5c2836feef;hp=4aa721379ca7348296c7e70154ce63c46976ffb4;hpb=676c6174c50aaf1d501a5b582276364dc52001d1;p=bertos.git diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint/kernel_footprint.mk b/boards/at91sam7x-ek/benchmark/kernel_footprint/kernel_footprint.mk index 4aa72137..6c81541c 100644 --- a/boards/at91sam7x-ek/benchmark/kernel_footprint/kernel_footprint.mk +++ b/boards/at91sam7x-ek/benchmark/kernel_footprint/kernel_footprint.mk @@ -28,7 +28,7 @@ kernel_footprint_WIZARD_CSRC = \ bertos/mware/formatwr.c \ bertos/cpu/arm/drv/timer_at91.c \ bertos/drv/timer.c \ - bertos/kern/kfile.c \ + bertos/io/kfile.c \ bertos/kern/proc.c \ bertos/benchmark/kernel_footprint.c \ bertos/mware/hex.c \ @@ -54,7 +54,7 @@ kernel_footprint_WIZARD_ASRC = \ \ # -kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(48023000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(kernel_footprint_HW_PATH) -I$(kernel_footprint_SRC_PATH) $(kernel_footprint_CPU_CPPFLAGS) $(kernel_footprint_USER_CPPFLAGS) +kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(48054857UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(kernel_footprint_HW_PATH) -I$(kernel_footprint_SRC_PATH) $(kernel_footprint_CPU_CPPFLAGS) $(kernel_footprint_USER_CPPFLAGS) # Automatically generated by the wizard. PLEASE DO NOT EDIT! kernel_footprint_LDFLAGS = $(kernel_footprint_CPU_LDFLAGS) $(kernel_footprint_WIZARD_LDFLAGS) $(kernel_footprint_USER_LDFLAGS)