Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.19 7 lines 150 B view raw
1# 2# Makefile for USB Class drivers 3# (one step up from the misc category) 4# 5 6obj-$(CONFIG_USB_ACM) += cdc-acm.o 7obj-$(CONFIG_USB_PRINTER) += usblp.o