fix "depend" target in npe directory

Signed-off-by: Michael Schwingen <michael@schwingen.org>
master
Michael Schwingen 13 years ago committed by Albert ARIBAUD
parent ce04bb41a6
commit 3053fa0bfb
  1. 1
      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 \

Loading…
Cancel
Save