summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 0da655e9f..00bb4403e 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -25,10 +25,7 @@ MACH:=versatilepb
NET:=-net user,hostfwd=tcp::2222-:22 -net nic,model=smc91c111
endif
-tools-compile:
- $(MAKE) -C ../tools/uboot-mkimage
-
-kernel-install: tools-compile
+kernel-install:
gzip -9 < $(LINUX_DIR)/arch/arm/boot/Image > ${BUILD_DIR}/Image.gz
PATH='${TARGET_PATH}' mkimage -A arm -O linux -T kernel -C gzip \
-a ${LOADADDR} -e ${LOADADDR} -d ${BUILD_DIR}/Image.gz \