mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
9 lines
183 B
Makefile
Executable file
9 lines
183 B
Makefile
Executable file
#
|
|
# Makefile for SAMSUNG Radio driver based s610
|
|
# FM radio.
|
|
#
|
|
obj-$(CONFIG_RADIO_S610) += fm_s5e7570.o
|
|
fm_s5e7570-objs := radio-s610.o \
|
|
fm_low.o \
|
|
fm_ctrl.o \
|
|
fm_rds.o
|