]> Git Repo - qemu.git/commitdiff
e1000e: fix building without CONFIG_VMXNET3_PCI
authorJason Wang <[email protected]>
Tue, 12 Jul 2016 08:28:23 +0000 (16:28 +0800)
committerJason Wang <[email protected]>
Mon, 18 Jul 2016 08:17:02 +0000 (16:17 +0800)
e1000e needs net_tx_pkt.o and net_rx_pkt.o too.

Cc: Dmitry Fleytman <[email protected]>
Cc: Leonid Bloch <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
hw/net/Makefile.objs

index fe61e9fb2b472434dcff2cee45b58ed0f7cd0b65..610ed3e7ae6404cb765984e46733500024ade9e5 100644 (file)
@@ -7,6 +7,7 @@ common-obj-$(CONFIG_EEPRO100_PCI) += eepro100.o
 common-obj-$(CONFIG_PCNET_PCI) += pcnet-pci.o
 common-obj-$(CONFIG_PCNET_COMMON) += pcnet.o
 common-obj-$(CONFIG_E1000_PCI) += e1000.o e1000x_common.o
+common-obj-$(CONFIG_E1000E_PCI) += net_tx_pkt.o net_rx_pkt.o
 common-obj-$(CONFIG_E1000E_PCI) += e1000e.o e1000e_core.o e1000x_common.o
 common-obj-$(CONFIG_RTL8139_PCI) += rtl8139.o
 common-obj-$(CONFIG_VMXNET3_PCI) += net_tx_pkt.o net_rx_pkt.o
This page took 0.025432 seconds and 4 git commands to generate.