upgrade wireless-tools and iproute2
[openwrt/svn-archive/archive.git] / openwrt / package / linux / kernel-patches / 028-drivers_pcmcia_Makefile
1 diff -Nur linux-mips-cvs/drivers/pcmcia/Makefile linux-broadcom/drivers/pcmcia/Makefile
2 --- linux-mips-cvs/drivers/pcmcia/Makefile 2004-04-16 23:05:25.000000000 +0200
3 +++ linux-broadcom/drivers/pcmcia/Makefile 2005-01-31 13:13:14.000000000 +0100
4 @@ -72,6 +72,10 @@
5 au1000_ss-objs-$(CONFIG_MIPS_HYDROGEN3) += au1000_hydrogen3.o
6 au1000_ss-objs-$(CONFIG_MIPS_XXS1500) += au1000_xxs1500.o
7
8 +obj-$(CONFIG_PCMCIA_BCM4710) += bcm4710_ss.o
9 +bcm4710_ss-objs := bcm4710_generic.o
10 +bcm4710_ss-objs += bcm4710_pcmcia.o
11 +
12 obj-$(CONFIG_PCMCIA_SA1100) += sa1100_cs.o
13 obj-$(CONFIG_PCMCIA_M8XX) += m8xx_pcmcia.o
14 obj-$(CONFIG_PCMCIA_SIBYTE) += sibyte_generic.o
15 @@ -110,5 +114,8 @@
16 au1x00_ss.o: $(au1000_ss-objs-y)
17 $(LD) -r -o $@ $(au1000_ss-objs-y)
18
19 +bcm4710_ss.o: $(bcm4710_ss-objs)
20 + $(LD) -r -o $@ $(bcm4710_ss-objs)
21 +
22 yenta_socket.o: $(yenta_socket-objs)
23 $(LD) $(LD_RFLAG) -r -o $@ $(yenta_socket-objs)