mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
aarch64-softmmu.mak: Use an ARM specific config
In preperation for having an ARM and MicroBlaze ZynqMP machine let's split out the current ARM specific config options. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
133d23b3ad
commit
07c4a51a29
4 changed files with 4 additions and 2 deletions
|
@ -40,4 +40,4 @@ virtio-gpu.o-libs += $(VIRGL_LIBS)
|
|||
virtio-gpu-3d.o-cflags := $(VIRGL_CFLAGS)
|
||||
virtio-gpu-3d.o-libs += $(VIRGL_LIBS)
|
||||
obj-$(CONFIG_DPCD) += dpcd.o
|
||||
obj-$(CONFIG_XLNX_ZYNQMP) += xlnx_dp.o
|
||||
obj-$(CONFIG_XLNX_ZYNQMP_ARM) += xlnx_dp.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue