aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/Makefile.objs
diff options
context:
space:
mode:
authorEric Auger <eric.auger@linaro.org>2015-06-09 09:00:07 +0100
committerAlex Williamson <alex.williamson@redhat.com>2015-06-09 08:17:17 -0600
commit7a8d15d7702444be715b6ae32574659483c0c158 (patch)
treea7abfb71c11b91f94c929096d2d58966a2bd6945 /hw/vfio/Makefile.objs
parent38559979bf0095a586f61bc9e028df36673f21a1 (diff)
downloadqemu-7a8d15d7702444be715b6ae32574659483c0c158.zip
qemu-7a8d15d7702444be715b6ae32574659483c0c158.tar.gz
qemu-7a8d15d7702444be715b6ae32574659483c0c158.tar.bz2
hw/vfio/platform: calxeda xgmac device
The platform device class has become abstract. This patch introduces a calxeda xgmac device that derives from it. Signed-off-by: Eric Auger <eric.auger@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'hw/vfio/Makefile.objs')
-rw-r--r--hw/vfio/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio/Makefile.objs b/hw/vfio/Makefile.objs
index c5c76fe..d540c9d 100644
--- a/hw/vfio/Makefile.objs
+++ b/hw/vfio/Makefile.objs
@@ -2,4 +2,5 @@ ifeq ($(CONFIG_LINUX), y)
obj-$(CONFIG_SOFTMMU) += common.o
obj-$(CONFIG_PCI) += pci.o
obj-$(CONFIG_SOFTMMU) += platform.o
+obj-$(CONFIG_SOFTMMU) += calxeda-xgmac.o
endif