diff options
Diffstat (limited to 'drivers/usb/misc/sisusbvga/Makefile')
-rw-r--r-- | drivers/usb/misc/sisusbvga/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/misc/sisusbvga/Makefile b/drivers/usb/misc/sisusbvga/Makefile new file mode 100644 index 0000000000..28aa1e6ef8 --- /dev/null +++ b/drivers/usb/misc/sisusbvga/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for the sisusb driver (if driver is inside kernel tree). +# + +obj-$(CONFIG_USB_SISUSBVGA) += sisusbvga.o |