From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:23 +0000 (-0400) Subject: Staging: bcm: Makefile: replace the use of -objs with -y X-Git-Tag: v2.6.37-rc1~60^2~3^2~222 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=9a837af5fbaf8a1a6d7ff2e8f4ec056e0675f373;p=linux.git Staging: bcm: Makefile: replace the use of -objs with -y Changed -objs to -y in Makefile. Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm/Makefile b/drivers/staging/bcm/Makefile index 3fdec2ea0c49..c3ae25af670a 100644 --- a/drivers/staging/bcm/Makefile +++ b/drivers/staging/bcm/Makefile @@ -4,7 +4,7 @@ obj-$(CONFIG_BCM_WIMAX) += bcm_wimax.o -bcm_wimax-objs := InterfaceDld.o InterfaceIdleMode.o InterfaceInit.o InterfaceRx.o \ +bcm_wimax-y := InterfaceDld.o InterfaceIdleMode.o InterfaceInit.o InterfaceRx.o \ InterfaceIsr.o InterfaceMisc.o InterfaceTx.o \ Arp.o CmHost.o Debug.o IPv6Protocol.o Qos.o Transmit.o\ Bcmnet.o DDRInit.o HandleControlPacket.o\