qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: peter.maydell@linaro.org, qemu-devel@nongnu.org
Cc: Jason Wang <jasowang@redhat.com>,
	Dmitry Fleytman <dmitry.fleytman@ravellosystems.com>,
	Leonid Bloch <leonid.bloch@ravellosystems.com>
Subject: [Qemu-devel] [PULL V2 6/6] e1000e: fix building without CONFIG_VMXNET3_PCI
Date: Tue, 19 Jul 2016 10:38:55 +0800	[thread overview]
Message-ID: <1468895935-23097-7-git-send-email-jasowang@redhat.com> (raw)
In-Reply-To: <1468895935-23097-1-git-send-email-jasowang@redhat.com>

e1000e needs net_tx_pkt.o and net_rx_pkt.o too.

Cc: Dmitry Fleytman <dmitry.fleytman@ravellosystems.com>
Cc: Leonid Bloch <leonid.bloch@ravellosystems.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
---
 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
-- 
2.7.4

  parent reply	other threads:[~2016-07-19  2:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-19  2:38 [Qemu-devel] [PULL V2 0/6] Net patches Jason Wang
2016-07-19  2:38 ` [Qemu-devel] [PULL V2 1/6] e1000e: fix incorrect access to pointer Jason Wang
2016-07-19  2:38 ` [Qemu-devel] [PULL V2 2/6] net: " Jason Wang
2016-07-19  2:38 ` [Qemu-devel] [PULL V2 3/6] net: fix incorrect argument to iov_to_buf Jason Wang
2016-07-19  2:38 ` [Qemu-devel] [PULL V2 4/6] tap: fix memory leak on failure to create a multiqueue tap device Jason Wang
2016-07-19  2:38 ` [Qemu-devel] [PULL V2 5/6] MAINTAINERS: release Scott from being a rocker maintainer Jason Wang
2016-07-19  2:38 ` Jason Wang [this message]
2016-07-19 12:41 ` [Qemu-devel] [PULL V2 0/6] Net patches Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1468895935-23097-7-git-send-email-jasowang@redhat.com \
    --to=jasowang@redhat.com \
    --cc=dmitry.fleytman@ravellosystems.com \
    --cc=leonid.bloch@ravellosystems.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).