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