xref: /openbmc/linux/drivers/staging/vt6656/Makefile (revision 3abbab51)
1# SPDX-License-Identifier: GPL-2.0
2
3vt6656_stage-y +=	main_usb.o \
4			card.o  \
5			mac.o   \
6			baseband.o \
7			wcmd.o\
8			rxtx.o \
9			power.o \
10			key.o \
11			rf.o \
12			usbpipe.o \
13			channel.o
14
15obj-$(CONFIG_VT6656) +=	vt6656_stage.o
16