diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-07 23:11:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-13 15:20:28 +0200 |
commit | fa2a311b7756fc458ae55b5aa90ac865cef6c498 (patch) | |
tree | e26e263565b0ac81c1b9399f1c95e4b18c69d840 /target/linux/Config.in.advanced | |
parent | 6cc9d936a978d558211a0553ba3cdf9113ab9c96 (diff) | |
download | buildroot-novena-fa2a311b7756fc458ae55b5aa90ac865cef6c498.tar.gz buildroot-novena-fa2a311b7756fc458ae55b5aa90ac865cef6c498.zip |
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/linux/Config.in.advanced')
-rw-r--r-- | target/linux/Config.in.advanced | 1 |
1 files changed, 0 insertions, 1 deletions
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" |