repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sfc: Don't use enums as a bitmask.
[zen-stable.git]
/
drivers
/
net
/
wireless
/
rtlwifi
/
rtl8192se
/
Makefile
blob
b7eb13819cbcbd9d36df32fc502b02eaa37409b1
1
rtl8192se-objs
:=
\
2
dm.o \
3
fw.o \
4
hw.o \
5
led.o \
6
phy.o \
7
rf.o \
8
sw.o \
9
table.o \
10
trx.o
11
12
obj-
$(
CONFIG_RTL8192SE
) +=
rtl8192se.o
13
14
ccflags-y
+= -
D__CHECK_ENDIAN__
15