fix parallel build of brcm-2.4
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Oct 2006 18:52:26 +0000 (18:52 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Oct 2006 18:52:26 +0000 (18:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5207 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm-2.4/patches/001-bcm47xx.patch

index 726eba806167adde951157910aa998a2405cac79..17e4bf9ef2e5ffc6dc51fc8f3b5c1f0b40c775d3 100644 (file)
@@ -2001,17 +2001,13 @@ diff -urN linux.old/arch/mips/bcm947xx/generic/irq.c linux.dev/arch/mips/bcm947x
 diff -urN linux.old/arch/mips/bcm947xx/generic/Makefile linux.dev/arch/mips/bcm947xx/generic/Makefile
 --- linux.old/arch/mips/bcm947xx/generic/Makefile      1970-01-01 01:00:00.000000000 +0100
 +++ linux.dev/arch/mips/bcm947xx/generic/Makefile      2006-10-02 21:26:29.000000000 +0200
-@@ -0,0 +1,16 @@
+@@ -0,0 +1,12 @@
 +#
 +# Makefile for the BCM947xx specific kernel interface routines
 +# under Linux.
 +#
 +EXTRA_CFLAGS += -fno-delayed-branch
-+
-+.S.s:
-+      $(CPP) $(AFLAGS) $< -o $*.s
-+.S.o:
-+      $(CC) $(AFLAGS) -c $< -o $*.o
++USE_STANDARD_AS_RULE := true
 +
 +O_TARGET        := brcm.o
 +