10 lines
183 B
Makefile
10 lines
183 B
Makefile
|
#
|
||
|
# Makefile for SAMSUNG Radio driver based s610
|
||
|
# FM radio.
|
||
|
#
|
||
|
obj-$(CONFIG_RADIO_S610) += fm_s5e9610.o
|
||
|
fm_s5e9610-objs := radio-s610.o \
|
||
|
fm_low.o \
|
||
|
fm_ctrl.o \
|
||
|
fm_rds.o
|