8 lines
181 B
Makefile
8 lines
181 B
Makefile
|
#
|
||
|
# Makefile for the rest of the USB drivers
|
||
|
# (the ones that don't fit into any other categories)
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_USB_ATM) += usb_atm.o
|
||
|
obj-$(CONFIG_USB_SPEEDTOUCH) += speedtch.o
|