xref: /linux/drivers/usb/misc/sisusbvga/Makefile (revision 9d106c6dd81bb26ad7fc3ee89cb1d62557c8e2c9)
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