blob: 9213b8b975875f149639db5a7345834b3ec8a58b (
plain) (
blame)
1
2
3
4
5
6
7
|
#
# 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
|