8 lines
127 B
Makefile
8 lines
127 B
Makefile
|
#
|
||
|
# Makefile for physical layer USB drivers
|
||
|
#
|
||
|
|
||
|
ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
|
||
|
|
||
|
obj-$(CONFIG_USB_ISP1301) += isp1301.o
|