Commit c07d3c75 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: vt665x: rename the module binary

So it doesn't conflict with a mainline kernel driver
currently under development.
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 88ff7208
......@@ -2,7 +2,7 @@
EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DMODULE -D__NO_VERSION__
EXTRA_CFLAGS += -DHOSTAP
vt6655-y += device_main.o \
vt6655_stage-y += device_main.o \
card.o \
mac.o \
baseband.o \
......@@ -35,4 +35,4 @@ vt6655-y += device_main.o \
vntwifi.o \
IEEE11h.o
obj-$(CONFIG_VT6655) += vt6655.o
obj-$(CONFIG_VT6655) += vt6655_stage.o
......@@ -2,7 +2,7 @@
EXTRA_CFLAGS += -DLINUX -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -D__NO_VERSION__
EXTRA_CFLAGS += -DHOSTAP
vt6656-y += main_usb.o \
vt6656_stage-y += main_usb.o \
card.o \
mac.o \
baseband.o \
......@@ -36,4 +36,4 @@ vt6656-y += main_usb.o \
firmware.o \
int.o
obj-$(CONFIG_VT6656) += vt6656.o
obj-$(CONFIG_VT6656) += vt6656_stage.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment