All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: qemu-devel@nongnu.org
Cc: Dmitry Fleytman <dmitry.fleytman@ravellosystems.com>,
	Leonid Bloch <leonid.bloch@ravellosystems.com>
Subject: Re: [Qemu-devel] [PATCH] e1000e: fix building without CONFIG_VMXNET3_PCI
Date: Mon, 18 Jul 2016 13:42:49 +0800	[thread overview]
Message-ID: <578C6C59.80106@redhat.com> (raw)
In-Reply-To: <1468377748-4661-1-git-send-email-jasowang@redhat.com>



On 2016年07月13日 10:42, Jason Wang wrote:
> 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

Applied, thanks.

      reply	other threads:[~2016-07-18  5:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-13  2:42 [Qemu-devel] [PATCH] e1000e: fix building without CONFIG_VMXNET3_PCI Jason Wang
2016-07-18  5:42 ` Jason Wang [this message]

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=578C6C59.80106@redhat.com \
    --to=jasowang@redhat.com \
    --cc=dmitry.fleytman@ravellosystems.com \
    --cc=leonid.bloch@ravellosystems.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.