Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.8-rc2 11 lines 300 B view raw
1# 2# Makefile for physical layer USB drivers 3# 4 5ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG 6 7obj-$(CONFIG_OMAP_USB2) += omap-usb2.o 8obj-$(CONFIG_USB_ISP1301) += isp1301.o 9obj-$(CONFIG_MV_U3D_PHY) += mv_u3d_phy.o 10obj-$(CONFIG_USB_EHCI_TEGRA) += tegra_usb_phy.o 11obj-$(CONFIG_USB_RCAR_PHY) += rcar-phy.o