summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorThomas De Schampheleire2011-09-21 08:46:16 +0200
committerPeter Korsgaard2011-11-14 16:20:53 +0100
commit73d757b714becaa64d3b5d389094369c39524150 (patch)
treefdf58847b4f3869530cee335830358f0592ebc09 /linux
parentrpm: use external (BR versions) of file and pcre (diff)
downloadbuildroot-73d757b714becaa64d3b5d389094369c39524150.tar.gz
buildroot-73d757b714becaa64d3b5d389094369c39524150.tar.xz
buildroot-73d757b714becaa64d3b5d389094369c39524150.zip
linux: make vmlinux target available to all architectures
The 'vmlinux' target in the linux build directory is a generic target. It may not be directly bootable for all architectures, but for projects where a custom bootloader is used, it can be of value. Previously, this target was only available for mips architectures. This patch removes this restriction. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 67381dc02..c304d869c 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -146,7 +146,6 @@ config BR2_LINUX_KERNEL_VMLINUX_BIN
config BR2_LINUX_KERNEL_VMLINUX
bool "vmlinux"
- depends on BR2_mips || BR2_mipsel || BR2_powerpc
config BR2_LINUX_KERNEL_VMLINUZ
bool "vmlinuz"