diff mbox

[RFC/PATCH,8/8] drivers:staging:ti-st: Include FM TX module in Makefile

Message ID 1283443080-30644-9-git-send-email-raja_mani@ti.com (mailing list archive)
State Rejected
Headers show

Commit Message

raja_mani@ti.com Sept. 2, 2010, 3:58 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/staging/ti-st/Makefile b/drivers/staging/ti-st/Makefile
index e6af3f1..bd29c83 100644
--- a/drivers/staging/ti-st/Makefile
+++ b/drivers/staging/ti-st/Makefile
@@ -6,4 +6,4 @@  obj-$(CONFIG_TI_ST) 		+= st_drv.o
 st_drv-objs			:= st_core.o st_kim.o st_ll.o
 obj-$(CONFIG_ST_BT) 		+= bt_drv.o
 obj-$(CONFIG_ST_FM) 		+= fm_drv.o
-fm_drv-objs     		:= fmdrv_common.o fmdrv_rx.o fmdrv_v4l2.o
+fm_drv-objs     		:= fmdrv_common.o fmdrv_rx.o fmdrv_tx.o fmdrv_v4l2.o