From 82aa281d617ebb403caa65b11ebc930fe939525f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 29 May 2015 08:42:50 +0000 Subject: mxs: fix imagebuilder Signed-off-by: Jo-Philipp Wich SVN-Revision: 45815 --- target/linux/mxs/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mxs') diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index b5a092e365..256d4e663d 100644 --- a/target/linux/mxs/image/Makefile +++ b/target/linux/mxs/image/Makefile @@ -27,7 +27,7 @@ define Image/InstallKernel ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_ZIMAGE),) mkdir -p $(TARGET_DIR)/boot - $(CP) $(LINUX_DIR)/arch/arm/boot/zImage $(TARGET_DIR)/boot/ + cp $(KDIR)/zImage $(TARGET_DIR)/boot/ endif ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_UIMAGE),) -- cgit v1.2.3