mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
7 lines
215 B
Makefile
7 lines
215 B
Makefile
#
|
|
# Makefile for radios with Silicon Labs Si4713 FM Radio Transmitters
|
|
#
|
|
|
|
obj-$(CONFIG_I2C_SI4713) += si4713.o
|
|
obj-$(CONFIG_USB_SI4713) += radio-usb-si4713.o
|
|
obj-$(CONFIG_PLATFORM_SI4713) += radio-platform-si4713.o
|