lkml.org 
[lkml]   [2011]   [Jan]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [RFC V10 6/7] drivers:media:radio: wl128x: Kconfig & Makefile for wl128x driver
    Hi,

    On Tue, Jan 11, 2011 at 06:31:26AM -0500, manjunatha_halli@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


    \
     
     \ /
      Last update: 2011-01-11 12:33    [W:6.085 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site