From 9a837af5fbaf8a1a6d7ff2e8f4ec056e0675f373 Mon Sep 17 00:00:00 2001 From: Tracey Dent Date: Thu, 7 Oct 2010 20:01:23 -0400 Subject: [PATCH] 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 --- drivers/staging/bcm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.45.2