From: Raja Mani <raja_mani@xxxxxx> Update Makefile to include FM TX module (fmdrv_tx) for the compilation. Signed-off-by: Raja Mani <raja_mani@xxxxxx> --- drivers/staging/ti-st/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.5.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html