]> Git Repo - qemu.git/commit
target-ppc: virtex-ml507 machine type should depend on CONFIG_XILINX
authorDavid Gibson <[email protected]>
Tue, 26 Aug 2014 04:30:18 +0000 (14:30 +1000)
committerAlexander Graf <[email protected]>
Tue, 4 Nov 2014 22:26:11 +0000 (23:26 +0100)
commit0691e8ebce51e4e3bf0c76c41d8b534e3cde47ee
treed75d58af4056ed5dc81467a972ea7aaf276d6640
parent8412d1127664775bb4e657d51522a1c777a7e9d5
target-ppc: virtex-ml507 machine type should depend on CONFIG_XILINX

The virtex-ml507 is a Xilinx CPU based system, and requires several sub
devices which are only included with CONFIG_XILINX.  Therefore, it should
only be compiled if CONFIG_XILINX is set.

Signed-off-by: David Gibson <[email protected]>
Reviewed-by: Peter Crosthwaite <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
hw/ppc/Makefile.objs
This page took 0.020907 seconds and 4 git commands to generate.