Reorder and add other tests.
[bertos.git] / boards / at91sam7x-ek / benchmark / context_switch / context_switch.mk
index 99447836172f83dfea69d04215fa20e420cf88c7..f5b7c7bdc84da4bac00c334fb2debe4933b67dd5 100644 (file)
@@ -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)