diff options
| author | Michael Schwingen <[email protected]> | 2011-05-23 00:00:01 +0200 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-06-23 08:24:55 +0200 |
| commit | 3053fa0bfbdfcef1d3a6a142cf8ef66a0eccf417 (patch) | |
| tree | 83e772025adf9c5b205cd1eaf84280d5350547ba | |
| parent | ce04bb41a60b87236ff5294a7508ebb5afc014e4 (diff) | |
fix "depend" target in npe directory
Signed-off-by: Michael Schwingen <[email protected]>
| -rw-r--r-- | arch/arm/cpu/ixp/npe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/ixp/npe/Makefile b/arch/arm/cpu/ixp/npe/Makefile index c756a1da416..14ab3c7a71f 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 \ |
