diff options
author | Eric Auger <eric.auger@linaro.org> | 2015-06-09 09:00:07 +0100 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2015-06-09 08:17:17 -0600 |
commit | 7a8d15d7702444be715b6ae32574659483c0c158 (patch) | |
tree | a7abfb71c11b91f94c929096d2d58966a2bd6945 /hw/vfio/Makefile.objs | |
parent | 38559979bf0095a586f61bc9e028df36673f21a1 (diff) |
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.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio/Makefile.objs b/hw/vfio/Makefile.objs index c5c76fe394..d540c9d140 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 |