Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 −2
Original line number Diff line number Diff line
@@ -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