mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
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
|