public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] ixp: add missing os define
Date: Fri, 30 Jan 2009 15:56:14 +0100	[thread overview]
Message-ID: <20090130145614.GA9067@game.jcrosoft.org> (raw)
In-Reply-To: <20090130142448.E14C5832E416@gemini.denx.de>

On 15:24 Fri 30 Jan     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <1233315245-21758-2-git-send-email-plagnioj@jcrosoft.com> you wrote:
> > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> > ---
> >  cpu/ixp/npe/Makefile |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/cpu/ixp/npe/Makefile b/cpu/ixp/npe/Makefile
> > index 9309f37..f4f97bd 100644
> > --- a/cpu/ixp/npe/Makefile
> > +++ b/cpu/ixp/npe/Makefile
> > @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
> >  
> >  LIB := $(obj)libnpe.a
> >  
> > -LOCAL_CFLAGS  += -I$(TOPDIR)/cpu/ixp/npe/include -DCONFIG_IXP425_COMPONENT_ETHDB
> > +LOCAL_CFLAGS  += -I$(TOPDIR)/cpu/ixp/npe/include -DCONFIG_IXP425_COMPONENT_ETHDB -D__linux
> 
> Why would that be needed?
> 
> Probably the code should be fixed instead.
we can not modify the npe code and this code requiered it

Best Regards,
J.

  reply	other threads:[~2009-01-30 14:56 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-22  6:07 [U-Boot] [PATCH 0/5] ixp/npe: Move conditional compilation to Makefile Jean-Christophe PLAGNIOL-VILLARD
2009-01-22  6:07 ` [U-Boot] [PATCH 1/5] ixp: " Jean-Christophe PLAGNIOL-VILLARD
2009-01-22  6:07   ` [U-Boot] [PATCH 2/5] ixp: move pci drivers to drivers/pci Jean-Christophe PLAGNIOL-VILLARD
2009-01-22  6:07     ` [U-Boot] [PATCH 3/5] ixp: move pci init in arm/board instead of cpu Jean-Christophe PLAGNIOL-VILLARD
2009-01-22  6:07       ` [U-Boot] [PATCH 4/5] ixp: move serial to drivers/serial Jean-Christophe PLAGNIOL-VILLARD
2009-01-22  6:07         ` [U-Boot] [PATCH 5/5] ixp: add big endian LDFLAGS Jean-Christophe PLAGNIOL-VILLARD
2009-01-22  7:51       ` [U-Boot] [PATCH 3/5] ixp: move pci init in arm/board instead of cpu Wolfgang Denk
2009-01-22  8:15         ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-22 10:41           ` Wolfgang Denk
2009-01-22 11:11             ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-31  9:14       ` [U-Boot] [PATCH V2] " Jean-Christophe PLAGNIOL-VILLARD
2009-01-22  7:48     ` [U-Boot] [PATCH 2/5] ixp: move pci drivers to drivers/pci Wolfgang Denk
2009-01-22  7:46 ` [U-Boot] [PATCH 0/5] ixp/npe: Move conditional compilation to Makefile Wolfgang Denk
2009-01-22  8:19   ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-22 10:48     ` Wolfgang Denk
2009-01-22 11:09       ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-22 11:32         ` Wolfgang Denk
2009-01-22 11:25           ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-22 16:35             ` Wolfgang Denk
2009-01-22 16:55               ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-30 11:33                 ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-30 11:34                   ` [U-Boot] [PATCH 1/2] ixp: remove the option to include the Microsode Jean-Christophe PLAGNIOL-VILLARD
2009-01-30 11:34                     ` [U-Boot] [PATCH 2/2] ixp: add missing os define Jean-Christophe PLAGNIOL-VILLARD
2009-01-30 14:24                       ` Wolfgang Denk
2009-01-30 14:56                         ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-01-30 15:20                           ` Wolfgang Denk
2009-01-30 15:24                             ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-30 15:28                               ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-30 16:40                               ` Wolfgang Denk
2009-01-30 16:49                                 ` Jean-Christophe PLAGNIOL-VILLARD
2009-01-30 14:24                     ` [U-Boot] [PATCH 1/2] ixp: remove the option to include the Microsode Wolfgang Denk
2009-01-30 21:17                     ` [U-Boot] [PATCH 1/2 V2] " Jean-Christophe PLAGNIOL-VILLARD
2009-01-30 21:54                       ` Mike Frysinger
2009-01-30 14:23                   ` [U-Boot] [PATCH 0/5] ixp/npe: Move conditional compilation to Makefile Wolfgang Denk

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=20090130145614.GA9067@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=u-boot@lists.denx.de \
    /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