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