You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
364 B
8 lines
364 B
|
|
# 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_qcom.o
|
|
|