From 73d757b714becaa64d3b5d389094369c39524150 Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Wed, 21 Sep 2011 08:46:16 +0200 Subject: 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 Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- linux/Config.in | 1 - 1 file changed, 1 deletion(-) (limited to 'linux') 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" -- cgit v1.2.3