From: Michael Schwingen Date: Sun, 22 May 2011 22:00:01 +0000 (+0200) Subject: fix "depend" target in npe directory X-Git-Tag: v2011.06~5^2~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3053fa0bfbdfcef1d3a6a142cf8ef66a0eccf417;p=oweals%2Fu-boot.git fix "depend" target in npe directory Signed-off-by: Michael Schwingen --- diff --git a/arch/arm/cpu/ixp/npe/Makefile b/arch/arm/cpu/ixp/npe/Makefile index c756a1da41..14ab3c7a71 100644 --- 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 \