Skip to content

Commit

Permalink
Staging: vt665x: rename the module binary
Browse files Browse the repository at this point in the history
So it doesn't conflict with a mainline kernel driver
currently under development.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent 88ff720 commit c07d3c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/vt6655/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -35,4 +35,4 @@ vt6655-y += device_main.o \
vntwifi.o \
IEEE11h.o

obj-$(CONFIG_VT6655) += vt6655.o
obj-$(CONFIG_VT6655) += vt6655_stage.o
4 changes: 2 additions & 2 deletions drivers/staging/vt6656/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -36,4 +36,4 @@ vt6656-y += main_usb.o \
firmware.o \
int.o

obj-$(CONFIG_VT6656) += vt6656.o
obj-$(CONFIG_VT6656) += vt6656_stage.o

0 comments on commit c07d3c7

Please sign in to comment.