mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 01:12:45 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
9
drivers/media/radio/si470x/Makefile
Normal file
9
drivers/media/radio/si470x/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# Makefile for radios with Silicon Labs Si470x FM Radio Receivers
|
||||
#
|
||||
|
||||
radio-usb-si470x-objs := radio-si470x-usb.o radio-si470x-common.o
|
||||
radio-i2c-si470x-objs := radio-si470x-i2c.o radio-si470x-common.o
|
||||
|
||||
obj-$(CONFIG_USB_SI470X) += radio-usb-si470x.o
|
||||
obj-$(CONFIG_I2C_SI470X) += radio-i2c-si470x.o
|
Loading…
Add table
Add a link
Reference in a new issue