From fa2a311b7756fc458ae55b5aa90ac865cef6c498 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 7 Jun 2010 23:11:26 +0200 Subject: linux: fix dependency on mkimage After the rework of the U-Boot configuration/compilation process, we need to slightly rework how target/linux/Makefile.in.advanced depends on mkimage on the host to produce an uImage. target/linux/Makefile.in doesn't need to be fixed as it just doesn't handle this dependency for the moment. Signed-off-by: Thomas Petazzoni --- target/linux/Config.in.advanced | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/Config.in.advanced') diff --git a/target/linux/Config.in.advanced b/target/linux/Config.in.advanced index d6c855944..645ed2e3a 100644 --- a/target/linux/Config.in.advanced +++ b/target/linux/Config.in.advanced @@ -383,7 +383,6 @@ config BR2_LINUX_BIN_BZIMAGE config BR2_LINUX_BIN_UIMAGE bool "uImage" depends on BR2_PACKAGE_LINUX - select BR2_TARGET_UBOOT config BR2_LINUX_BIN_VMLINUX bool "vmlinux" -- cgit v1.2.3