projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce04bb4
)
fix "depend" target in npe directory
author
Michael Schwingen
<michael@schwingen.org>
Sun, 22 May 2011 22:00:01 +0000
(
00:00
+0200)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Thu, 23 Jun 2011 06:24:55 +0000
(08:24 +0200)
Signed-off-by: Michael Schwingen <michael@schwingen.org>
arch/arm/cpu/ixp/npe/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/ixp/npe/Makefile
b/arch/arm/cpu/ixp/npe/Makefile
index c756a1da4166c16e881d84ea5473cb5e517fe6f6..14ab3c7a71ff077492895b31869399757c19b2f9 100644
(file)
--- a/
arch/arm/cpu/ixp/npe/Makefile
+++ b/
arch/arm/cpu/ixp/npe/Makefile
@@
-27,6
+27,7
@@
LIB := $(obj)libnpe.o
LOCAL_CFLAGS += -I$(TOPDIR)/arch/arm/cpu/ixp/npe/include -DCONFIG_IXP425_COMPONENT_ETHDB -D__linux
CFLAGS += $(LOCAL_CFLAGS)
+CPPFLAGS += $(LOCAL_CFLAGS) # needed for depend
HOSTCFLAGS += $(LOCAL_CFLAGS)
COBJS-$(CONFIG_IXP4XX_NPE) := npe.o \