From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 31 Jan 2009 07:53:44 +0000 (+0100) Subject: ixp: add missing os define X-Git-Tag: v2009.03-rc1~140^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f693f501d67434df1f815fd1824a71973ae08207;p=u-boot ixp: add missing os define need by arm-elf toolchains and no impact on the arm-linux one Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/cpu/ixp/npe/Makefile b/cpu/ixp/npe/Makefile index 9309f37f63..f4f97bd0d3 100644 --- a/cpu/ixp/npe/Makefile +++ b/cpu/ixp/npe/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB := $(obj)libnpe.a -LOCAL_CFLAGS += -I$(TOPDIR)/cpu/ixp/npe/include -DCONFIG_IXP425_COMPONENT_ETHDB +LOCAL_CFLAGS += -I$(TOPDIR)/cpu/ixp/npe/include -DCONFIG_IXP425_COMPONENT_ETHDB -D__linux CFLAGS += $(LOCAL_CFLAGS) HOST_CFLAGS += $(LOCAL_CFLAGS)