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