SlugOS: packages - deprecate ctrlproxy, depends on unstaged tbd.h (samba)
[openembedded.git] / recipes / ixp4xx / ixp4xx-csr-2.1 / Makefile.patch
1 --- ixp400_xscale_sw/Makefile   1970-01-01 00:00:00.000000000 +0000
2 +++ ixp400_xscale_sw/Makefile   1970-01-01 00:00:00.000000000 +0000
3 @@ -297,9 +297,9 @@ endif
4  else # IX_TARGET_OS == vxworks
5  # linux compiler flags 
6  MAKE_DEP_FLAG := -M
7 -LINUX_MACH_CFLAGS := -D__LINUX_ARM_ARCH__=5 -mcpu=xscale -mtune=xscale
8 +LINUX_MACH_CFLAGS := -D__LINUX_ARM_ARCH__=5 -mtune=xscale
9  
10 -CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -Wall -Wno-trigraphs -fno-common -pipe -mapcs-32 -mshort-load-bytes -msoft-float -DMODULE -Isrc/include -D__linux -DCPU=33 -DXSCALE=33 $(LINUX_MACH_CFLAGS)
11 +CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -Wall -Wno-trigraphs -fno-common -pipe -msoft-float -DMODULE -Isrc/include -D__linux -DCPU=33 -DXSCALE=33 $(LINUX_MACH_CFLAGS)
12  ifndef IX_INCLUDE_MICROCODE
13  CFLAGS += -DIX_NPEDL_READ_MICROCODE_FROM_FILE
14  endif
15 @@ -867,9 +867,11 @@ $(NPE_DAT) : $(NPE_CONVERTER)
16  
17  ifeq ($(IX_HOST_OS),linux)
18  ifndef IX_INCLUDE_MICROCODE
19 +ifdef IX_BUILD_MICROCODE
20  Makefile: $(NPE_CONVERTER) $(NPE_DAT)
21  endif
22  endif
23 +endif
24  
25  ################################################################
26  # Rules to check that macros are defined.