Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220096
b: refs/heads/master
c: edffd7d
h: refs/heads/master
v: v3
  • Loading branch information
Tracey Dent authored and Greg Kroah-Hartman committed Oct 5, 2010
1 parent 18ba26e commit 6389f67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: 8138d41632a551a65fd02f9c883e4e37f63d596f
refs/heads/master: edffd7d91dc8003fb744ef6fce0271cb9265202b
14 changes: 7 additions & 7 deletions trunk/drivers/staging/rtl8192e/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
NIC_SELECT = RTL8192E

EXTRA_CFLAGS += -DRTL8192E
EXTRA_CFLAGS += -std=gnu89
EXTRA_CFLAGS += -O2
EXTRA_CFLAGS += -DTHOMAS_TURBO
EXTRA_CFLAGS += -DENABLE_DOT11D
ccflags-y := -DRTL8192E
ccflags-y += -std=gnu89
ccflags-y += -O2
ccflags-y += -DTHOMAS_TURBO
ccflags-y += -DENABLE_DOT11D

EXTRA_CFLAGS += -DENABLE_IPS
EXTRA_CFLAGS += -DENABLE_LPS
ccflags-y += -DENABLE_IPS
ccflags-y += -DENABLE_LPS

r8192e_pci-objs := \
r8192E_core.o \
Expand Down

0 comments on commit 6389f67

Please sign in to comment.