summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Makefile
diff options
context:
space:
mode:
authorTracey Dent2010-10-08 02:01:23 +0200
committerGreg Kroah-Hartman2010-10-08 16:23:52 +0200
commit9a837af5fbaf8a1a6d7ff2e8f4ec056e0675f373 (patch)
treee2473a1b81f65c2cc1833ab718bafc0041f39d95 /drivers/staging/bcm/Makefile
parentStaging: comedi: Makefile: replace the use of <module>-objs with <module>-y (diff)
downloadkernel-qcow2-linux-9a837af5fbaf8a1a6d7ff2e8f4ec056e0675f373.tar.gz
kernel-qcow2-linux-9a837af5fbaf8a1a6d7ff2e8f4ec056e0675f373.tar.xz
kernel-qcow2-linux-9a837af5fbaf8a1a6d7ff2e8f4ec056e0675f373.zip
Staging: bcm: Makefile: replace the use of <module>-objs with <module>-y
Changed <module>-objs to <module>-y in Makefile. Signed-off-by: Tracey Dent <tdent48227@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/bcm/Makefile')
-rw-r--r--drivers/staging/bcm/Makefile2
1 files changed, 1 insertions, 1 deletions
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\