X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fbenchmark%2Fcontext_switch%2Fcontext_switch.mk;h=f5b7c7bdc84da4bac00c334fb2debe4933b67dd5;hb=fbc4cfcfaf7efe9e326807a90b892e5c2836feef;hp=99447836172f83dfea69d04215fa20e420cf88c7;hpb=6542f8a6e9ce3289832a90b5f2518e05347b464b;p=bertos.git diff --git a/boards/at91sam7x-ek/benchmark/context_switch/context_switch.mk b/boards/at91sam7x-ek/benchmark/context_switch/context_switch.mk index 99447836..f5b7c7bd 100644 --- a/boards/at91sam7x-ek/benchmark/context_switch/context_switch.mk +++ b/boards/at91sam7x-ek/benchmark/context_switch/context_switch.mk @@ -22,7 +22,7 @@ context_switch_WIZARD_CSRC = \ bertos/cpu/arm/drv/timer_at91.c \ bertos/benchmark/context_switch.c \ bertos/kern/signal.c \ - bertos/kern/kfile.c \ + bertos/io/kfile.c \ bertos/cpu/arm/drv/sysirq_at91.c \ bertos/struct/heap.c \ bertos/cpu/arm/drv/ser_arm.c \ @@ -56,7 +56,7 @@ context_switch_WIZARD_ASRC = \ \ # -context_switch_CPPFLAGS = -D'CPU_FREQ=(48023000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(context_switch_HW_PATH) -I$(context_switch_SRC_PATH) $(context_switch_CPU_CPPFLAGS) $(context_switch_USER_CPPFLAGS) +context_switch_CPPFLAGS = -D'CPU_FREQ=(48054857UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(context_switch_HW_PATH) -I$(context_switch_SRC_PATH) $(context_switch_CPU_CPPFLAGS) $(context_switch_USER_CPPFLAGS) # Automatically generated by the wizard. PLEASE DO NOT EDIT! context_switch_LDFLAGS = $(context_switch_CPU_LDFLAGS) $(context_switch_WIZARD_LDFLAGS) $(context_switch_USER_LDFLAGS)