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
17
drivers/media/usb/au0828/Makefile
Normal file
17
drivers/media/usb/au0828/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
au0828-objs := au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o
|
||||
|
||||
ifeq ($(CONFIG_VIDEO_AU0828_V4L2),y)
|
||||
au0828-objs += au0828-video.o au0828-vbi.o
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_VIDEO_AU0828_RC),y)
|
||||
au0828-objs += au0828-input.o
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_VIDEO_AU0828) += au0828.o
|
||||
|
||||
ccflags-y += -Idrivers/media/tuners
|
||||
ccflags-y += -Idrivers/media/dvb-core
|
||||
ccflags-y += -Idrivers/media/dvb-frontends
|
||||
|
||||
ccflags-y += $(extra-cflags-y) $(extra-cflags-m)
|
Loading…
Add table
Add a link
Reference in a new issue