mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-02-12 21:35:23 +00:00
10 lines
225 B
Makefile
10 lines
225 B
Makefile
#
|
|
# Makefile for USB Class drivers
|
|
# (one step up from the misc category)
|
|
#
|
|
#
|
|
#obj-$(CPTCFG_USB_ACM) += cdc-acm.o
|
|
#obj-$(CPTCFG_USB_PRINTER) += usblp.o
|
|
obj-$(CPTCFG_USB_WDM) += cdc-wdm.o
|
|
#obj-$(CPTCFG_USB_TMC) += usbtmc.o
|