From: Jo-Philipp Wich Date: Fri, 29 May 2015 08:42:50 +0000 (+0000) Subject: mxs: fix imagebuilder X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=82aa281d617ebb403caa65b11ebc930fe939525f;p=librecmc%2Flibrecmc.git mxs: fix imagebuilder Signed-off-by: Jo-Philipp Wich SVN-Revision: 45815 --- 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),)