summaryrefslogtreecommitdiff
path: root/target/foxboard/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-20 20:39:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-20 20:39:56 +0200
commit4a0a9fe7fee9d7032adc62e244a23d37013816e3 (patch)
treed8218035fc15c66e9a9a5584b8516c286728b18c /target/foxboard/Makefile
parent61d89dc5b0c09b1d89849eb4385835d8cbdd4cb3 (diff)
update foxboard to latest stuff
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)