]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
linux: make vmlinux target available to all architectures
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Wed, 21 Sep 2011 06:46:16 +0000 (08:46 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 Nov 2011 15:20:53 +0000 (16:20 +0100)
commit73d757b714becaa64d3b5d389094369c39524150
treefdf58847b4f3869530cee335830358f0592ebc09
parent03d9092659216bd02b7447b55c8e4a105b6ba89e
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>
linux/Config.in