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
/
rtl8192c
/
Makefile
blob
aee42d7ae8a2307c85b6b6dd8aea998b10c18ac6
1
rtl8192c-common-objs
:=
\
2
main.o \
3
dm_common.o \
4
fw_common.o \
5
phy_common.o
6
7
obj-
$(
CONFIG_RTL8192C_COMMON
) +=
rtl8192c-common.o
8
9
ccflags-y
+= -
D__CHECK_ENDIAN__