From: Luka Perkov Date: Wed, 15 Jan 2014 18:38:51 +0000 (+0000) Subject: mvebu: fix build failures when initramfs is not selected X-Git-Tag: reboot~8168 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=a467c52eca666b81c319cb9437234ce2e6e230ec;hp=a844275f37ae06b2097c6f33545f1958ec9a90d1 mvebu: fix build failures when initramfs is not selected Signed-off-by: Luka Perkov SVN-Revision: 39301 --- diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index af29c2baae..1e4a7910e3 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -30,7 +30,9 @@ endef define Image/BuildKernel $(foreach dtb,$(TARGET_DTBS),$(call Image/Build/DTB,$(dtb))) + ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),) $(call Image/Build/Initramfs) + endif endef define Image/Build/squashfs