mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
7 lines
178 B
Makefile
7 lines
178 B
Makefile
|
#
|
||
|
# 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
|