diff options
author | Dmitry Fleytman <dmitry@daynix.com> | 2013-03-09 11:21:06 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-03-25 11:13:10 +0100 |
commit | 786fd2b0f87baded8c9e55307b99719eea3e016e (patch) | |
tree | 1f7bb28ce163803a6bc1e6bbb835ddb680a4e392 /hw/Makefile.objs | |
parent | e263cd49c73c595af0917c83dc004234660e0c71 (diff) |
VMXNET3 device implementation
Signed-off-by: Dmitry Fleytman <dmitry@daynix.com>
Signed-off-by: Yan Vugenfirer <yan@daynix.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r-- | hw/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 1a988cad96..d0b2ecb97f 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -120,6 +120,7 @@ common-obj-$(CONFIG_PCNET_COMMON) += pcnet.o common-obj-$(CONFIG_E1000_PCI) += e1000.o common-obj-$(CONFIG_RTL8139_PCI) += rtl8139.o common-obj-$(CONFIG_VMXNET3_PCI) += vmxnet_tx_pkt.o vmxnet_rx_pkt.o +common-obj-$(CONFIG_VMXNET3_PCI) += vmxnet3.o common-obj-$(CONFIG_SMC91C111) += smc91c111.o common-obj-$(CONFIG_LAN9118) += lan9118.o |