All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Alejandro.Lucero" <alejandro.lucero@netronome.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH v7 1/9] nfp: basic initialization
Date: Wed, 25 Nov 2015 16:50:43 +0100	[thread overview]
Message-ID: <8896181.CSHjStoMvf@xps13> (raw)
In-Reply-To: <1448465796-14483-2-git-send-email-alejandro.lucero@netronome.com>

2015-11-25 15:36, Alejandro.Lucero:
> +OBJS_BASE_DRIVER=$(patsubst %.c,%.o,$(notdir $(wildcard $(RTE_SDK)/lib/librte_pmd_nfp/*.c)))
> +$(foreach obj, $(OBJS_BASE_DRIVER), $(eval CFLAGS_$(obj)+=$(CFLAGS_BASE_DRIVER)))

It seems you forgot to remove these lines.

  reply	other threads:[~2015-11-25 15:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-25 15:36 [PATCH v7 0/9] support for netronome nfp-6xxx card Alejandro.Lucero
2015-11-25 15:36 ` [PATCH v7 1/9] nfp: basic initialization Alejandro.Lucero
2015-11-25 15:50   ` Thomas Monjalon [this message]
2015-11-25 15:36 ` [PATCH v7 2/9] nfp: adding rx/tx functionality Alejandro.Lucero
2015-11-25 15:36 ` [PATCH v7 3/9] nfp: adding rss Alejandro.Lucero
2015-11-25 15:36 ` [PATCH v7 4/9] nfp: adding stats Alejandro.Lucero
2015-11-25 15:36 ` [PATCH v7 5/9] nfp: adding link functionality Alejandro.Lucero
2015-11-25 15:36 ` [PATCH v7 6/9] nfp: adding extra functionality Alejandro.Lucero
2015-11-25 15:36 ` [PATCH v7 7/9] nfp: link status change interrupt support Alejandro.Lucero
2015-11-25 15:36 ` [PATCH v7 8/9] nfp: adding nic guide Alejandro.Lucero
2015-11-25 15:36 ` [PATCH v7 9/9] nfp: Updating MAINTAINERS Alejandro.Lucero

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=8896181.CSHjStoMvf@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=alejandro.lucero@netronome.com \
    --cc=dev@dpdk.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.