mxs: Include the right kernel image in the rootfs
[openwrt/staging/lynxis/omap.git] / target / linux / mxs / image / Makefile
index 55e88c25f3f344d5982f84a44e599f354f43526b..9830a7d616e8374bc6b2c902f047f2e975340196 100644 (file)
@@ -22,10 +22,15 @@ endef
 
 define Image/InstallKernel
 
-  ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_KERNEL),)
+  ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_ZIMAGE),)
        mkdir -p $(TARGET_DIR)/boot
        $(CP) $(LINUX_DIR)/arch/arm/boot/zImage $(TARGET_DIR)/boot/
   endif
+
+  ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_UIMAGE),)
+       mkdir -p $(TARGET_DIR)/boot
+       cp $(KDIR)/uImage $(TARGET_DIR)/boot/
+  endif
   
   ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_DTB),)
        mkdir -p $(TARGET_DIR)/boot