qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] e1000e: fix building without CONFIG_VMXNET3_PCI


From: Jason Wang
Subject: Re: [Qemu-devel] [PATCH] e1000e: fix building without CONFIG_VMXNET3_PCI
Date: Mon, 18 Jul 2016 13:42:49 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0



On 2016年07月13日 10:42, Jason Wang wrote:
e1000e needs net_tx_pkt.o and net_rx_pkt.o too.

Cc: Dmitry Fleytman <address@hidden>
Cc: Leonid Bloch <address@hidden>
Signed-off-by: Jason Wang <address@hidden>
---
  hw/net/Makefile.objs | 1 +
  1 file changed, 1 insertion(+)

diff --git a/hw/net/Makefile.objs b/hw/net/Makefile.objs
index fe61e9f..610ed3e 100644
--- a/hw/net/Makefile.objs
+++ b/hw/net/Makefile.objs
@@ -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

Applied, thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]