]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fix "depend" target in npe directory
authorMichael Schwingen <michael@schwingen.org>
Sun, 22 May 2011 22:00:01 +0000 (00:00 +0200)
committerAlbert 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

index c756a1da4166c16e881d84ea5473cb5e517fe6f6..14ab3c7a71ff077492895b31869399757c19b2f9 100644 (file)
@@ -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 \