linux-stable/drivers/staging/vt6656/Makefile
Matej Dujava 3abbab5132 staging: vt6656: vt6655: removing unused macros definition Makefiles
This patch is removing definition of CFLAGS in Makefile of vt6656 and
vt6655, as those are defining macros that are not used. This will remove
undef of one macro from vt6655/device_main.c, as it is only undef and it is
not used anywhere else, so it is safe to remove it.

Macros are removed from vt665x/Makefile and vt6655/device_main.c.

Signed-off-by: Matej Dujava <mdujava@kocurkovo.cz>
Link: https://lore.kernel.org/r/1589397351-24655-2-git-send-email-mdujava@kocurkovo.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-05-15 15:49:13 +02:00

15 lines
234 B
Makefile

# SPDX-License-Identifier: GPL-2.0
vt6656_stage-y += main_usb.o \
card.o \
mac.o \
baseband.o \
wcmd.o\
rxtx.o \
power.o \
key.o \
rf.o \
usbpipe.o \
channel.o
obj-$(CONFIG_VT6656) += vt6656_stage.o