7 lines
114 B
Makefile
7 lines
114 B
Makefile
|
#
|
||
|
# Makefile for the sisusb driver (if driver is inside kernel tree).
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_USB_SISUSBVGA) += sisusb.o
|
||
|
|