xref: /openbmc/linux/drivers/staging/vt6656/Makefile (revision 72d55ebb)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
25d1fe0c9SForest Bond# TODO: all of these should be removed
360930a01STracey Dentccflags-y := -DLINUX -D__KERNEL__ -DEXPORT_SYMTAB -D__NO_VERSION__
460930a01STracey Dentccflags-y += -DHOSTAP
592b96797SForest Bond
6c07d3c75SGreg Kroah-Hartmanvt6656_stage-y +=	main_usb.o \
75d1fe0c9SForest Bond			card.o  \
85d1fe0c9SForest Bond			mac.o   \
95d1fe0c9SForest Bond			baseband.o \
105d1fe0c9SForest Bond			wcmd.o\
115d1fe0c9SForest Bond			rxtx.o \
125d1fe0c9SForest Bond			power.o \
135d1fe0c9SForest Bond			key.o \
145d1fe0c9SForest Bond			rf.o \
155d1fe0c9SForest Bond			usbpipe.o \
1672d55ebbSMalcolm Priestley			channel.o
1792b96797SForest Bond
18c07d3c75SGreg Kroah-Hartmanobj-$(CONFIG_VT6656) +=	vt6656_stage.o
19