Hi,

On Tue, Jan 11, 2011 at 06:31:26AM -0500, manjunatha_ha...@ti.com wrote:
> diff --git a/drivers/media/radio/wl128x/Makefile 
> b/drivers/media/radio/wl128x/Makefile
> new file mode 100644
> index 0000000..32a0ead
> --- /dev/null
> +++ b/drivers/media/radio/wl128x/Makefile
> @@ -0,0 +1,6 @@
> +#
> +# Makefile for TI's shared transport driver based wl128x
> +# FM radio.
> +#
> +obj-$(CONFIG_RADIO_WL128X)   += fm_drv.o
> +fm_drv-objs          := fmdrv_common.o fmdrv_rx.o fmdrv_tx.o fmdrv_v4l2.o

there was recently a patch fixing up this kind of thing. Look at commit
0a2b8a0d1101179fdebc974a7c72b514aede9d9d.

This should be written as:

obj-$(CONFIG_RADIO_WL128X) += fm_drv.o
fm_drv-y        := fmdrv_common.o fmdrv_rx.o fmdrv_tx.o fmdrv_v4l2.o

-- 
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to