linux: vmlinux target is valid for powerpc too

The vmlinux kernel target is valid for powerpc kernels too.
In fact this broke the qemu sample config.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2011-10-24 16:42:09 -03:00 committed by Peter Korsgaard
parent 80d7b68167
commit c4b0af9885

View File

@ -146,7 +146,7 @@ config BR2_LINUX_KERNEL_VMLINUX_BIN
config BR2_LINUX_KERNEL_VMLINUX
bool "vmlinux"
depends on BR2_mips || BR2_mipsel
depends on BR2_mips || BR2_mipsel || BR2_powerpc
config BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM
bool "custom target"