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.
kernel_samsung_sm7125/drivers/usb/notify_v34/Makefile

11 lines
394 B

# usb notify driver
subdir-ccflags-y := -Wformat
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