9 lines
177 B
Makefile
Executable file
9 lines
177 B
Makefile
Executable file
#
|
|
# Makefile for SAMSUNG Radio driver based s620
|
|
# FM radio.
|
|
#
|
|
obj-$(CONFIG_RADIO_S620) += fm_s620.o
|
|
fm_s620-objs := radio-s610.o \
|
|
fm_low.o \
|
|
fm_ctrl.o \
|
|
fm_rds.o
|