linux-stable/drivers/staging/vt6655/Makefile

16 lines
211 B
Makefile

# SPDX-License-Identifier: GPL-2.0
vt6655_stage-y += device_main.o \
card.o \
channel.o \
mac.o \
baseband.o \
rxtx.o \
dpc.o \
power.o \
srom.o \
key.o \
rf.o
obj-$(CONFIG_VT6655) += vt6655_stage.o