mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -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/usb/notify/Makefile
Normal file
9
drivers/usb/notify/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
# usb notify driver
|
||||
obj-$(CONFIG_USB_HOST_NOTIFY) += host_notify_class.o
|
||||
obj-$(CONFIG_USB_EXTERNAL_NOTIFY) += external_notify.o
|
||||
obj-$(CONFIG_USB_NOTIFY_PROC_LOG) += usblog_proc_notify.o
|
||||
obj-$(CONFIG_USB_NOTIFY_LAYER) += usb_notify_layer.o
|
||||
usb_notify_layer-y := usb_notify.o usb_notify_sysfs.o dock_notify.o
|
||||
obj-$(CONFIG_USB_NOTIFIER) += usb_notifier.o
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue