فهرست منبع

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>
Thomas De Schampheleire 14 سال پیش
والد
کامیت
73d757b714
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      linux/Config.in

+ 0 - 1
linux/Config.in

@@ -146,7 +146,6 @@ config BR2_LINUX_KERNEL_VMLINUX_BIN
 
 
 config BR2_LINUX_KERNEL_VMLINUX
 config BR2_LINUX_KERNEL_VMLINUX
 	bool "vmlinux"
 	bool "vmlinux"
-	depends on BR2_mips || BR2_mipsel || BR2_powerpc
 
 
 config BR2_LINUX_KERNEL_VMLINUZ
 config BR2_LINUX_KERNEL_VMLINUZ
 	bool "vmlinuz"
 	bool "vmlinuz"