Commit 73d757b7 authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

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: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 03d90926
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"