Fix kfile.c source include to allow the developers to build preset inside bertos.
[bertos.git] / boards / arduino / benchmark / context_switch / context_switch.mk
index 207a3eab38d4b78adc0900dfb9c1994b4ef6582e..1d165f1eb5c0352cea0945166a285ffa040719b8 100644 (file)
@@ -21,7 +21,7 @@ context_switch_HW_PATH = boards/arduino
 context_switch_WIZARD_CSRC = \
        bertos/benchmark/context_switch.c \
        bertos/kern/signal.c \
-       bertos/kern/kfile.c \
+       bertos/io/kfile.c \
        bertos/struct/heap.c \
        bertos/mware/formatwr.c \
        bertos/mware/event.c \