Makefile 178 Bytes edit raw blame history 1 2 3 4 5 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