]> Git Repo - u-boot.git/commitdiff
fix "depend" target in npe directory
authorMichael Schwingen <[email protected]>
Sun, 22 May 2011 22:00:01 +0000 (00:00 +0200)
committerAlbert ARIBAUD <[email protected]>
Thu, 23 Jun 2011 06:24:55 +0000 (08:24 +0200)
Signed-off-by: Michael Schwingen <[email protected]>
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 \
This page took 0.032751 seconds and 4 git commands to generate.