xref: /linux/drivers/usb/misc/sisusbvga/Makefile (revision 99a15348d5842b3c1f95220dc9b119ee0fe0d81b)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the sisusb driver (if driver is inside kernel tree).
4#
5
6obj-$(CONFIG_USB_SISUSBVGA) += sisusbvga.o
7
8sisusbvga-y := sisusb.o
9sisusbvga-$(CONFIG_USB_SISUSBVGA_CON) += sisusb_con.o sisusb_init.o
10