Makefile (5e2aa2ed08e2e280121dc7cf5609c87d464f12ef) | Makefile (96c2737716d586a218bc795fcb79d2e2b6003081) |
---|---|
1# 2# Makefile for the kernel USB device drivers. 3# 4 5# Object files in subdirectories 6 7obj-$(CONFIG_USB) += core/ 8 --- 46 unchanged lines hidden (view full) --- 55obj-$(CONFIG_USB_SPEEDTOUCH) += atm/ 56 57obj-$(CONFIG_USB_MUSB_HDRC) += musb/ 58obj-$(CONFIG_USB_CHIPIDEA) += chipidea/ 59obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs/ 60obj-$(CONFIG_USB_GADGET) += gadget/ 61 62obj-$(CONFIG_USB_COMMON) += common/ | 1# 2# Makefile for the kernel USB device drivers. 3# 4 5# Object files in subdirectories 6 7obj-$(CONFIG_USB) += core/ 8 --- 46 unchanged lines hidden (view full) --- 55obj-$(CONFIG_USB_SPEEDTOUCH) += atm/ 56 57obj-$(CONFIG_USB_MUSB_HDRC) += musb/ 58obj-$(CONFIG_USB_CHIPIDEA) += chipidea/ 59obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs/ 60obj-$(CONFIG_USB_GADGET) += gadget/ 61 62obj-$(CONFIG_USB_COMMON) += common/ |
63 64obj-$(CONFIG_USBIP_CORE) += usbip/ |
|