mirror of
https://github.com/qemu/qemu.git
synced 2025-08-13 10:40:14 +00:00

This is done in preparation for the addition of VFIO platform device support. Signed-off-by: Kim Phillips <kim.phillips@linaro.org> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
4 lines
59 B
Makefile
4 lines
59 B
Makefile
ifeq ($(CONFIG_LINUX), y)
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
endif
|