Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162553
b: refs/heads/master
c: c07d3c7
h: refs/heads/master
i:
  162551: 6f7e5cc
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent d5cc8ed commit 471e7e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 88ff720865fb8f9d18196810ed6a9553e034834f
refs/heads/master: c07d3c75a76d93f00182af2c6b750a52ea4d9869
4 changes: 2 additions & 2 deletions trunk/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 trunk/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 471e7e9

Please sign in to comment.