summaryrefslogtreecommitdiff
path: root/target/foxboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/foxboard/Makefile')
-rw-r--r--target/foxboard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/foxboard/Makefile b/target/foxboard/Makefile
index 5a7c98c42..a72a0b6e1 100644
--- a/target/foxboard/Makefile
+++ b/target/foxboard/Makefile
@@ -18,7 +18,7 @@ tools-compile: $(TOOLS_BUILD_DIR)
kernel-install: tools-compile
PATH='${TARGET_PATH}' \
- mkfimage $(LINUX_DIR)/arch/cris/arch-v10/boot/zImage \
+ mkfimage $(LINUX_DIR)/arch/cris/boot/zImage \
$(BIN_DIR)/${DEVICE}-${ARCH}-kernel $(MAKE_TRACE)
ifeq ($(FS),squashfs)