diff mbox

[12/33] Staging: ft1000: ft1000-usb: Makefile: replace the use of <module>-objs with <module>-y

Message ID 1286496113-11897-12-git-send-email-tdent48227@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

T Dent Oct. 8, 2010, 12:01 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/staging/ft1000/ft1000-usb/Makefile b/drivers/staging/ft1000/ft1000-usb/Makefile
index 7845c47..dd87ecd 100644
--- a/drivers/staging/ft1000/ft1000-usb/Makefile
+++ b/drivers/staging/ft1000/ft1000-usb/Makefile
@@ -1,3 +1,3 @@ 
 obj-$(CONFIG_FT1000_USB) += ft1000.o
 
-ft1000-objs := ft1000_chdev.o ft1000_download.o ft1000_hw.o ft1000_proc.o ft1000_usb.o
+ft1000-y := ft1000_chdev.o ft1000_download.o ft1000_hw.o ft1000_proc.o ft1000_usb.o