repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
net
/
wireless
/
realtek
/
rtlwifi
/
rtl8192se
/
Makefile
blob
e577235f528675a9ab4c6c5db6fc5ed8c9909fd9
1
# SPDX-License-Identifier: GPL-2.0
2
rtl8192se-objs
:=
\
3
dm.o \
4
fw.o \
5
hw.o \
6
led.o \
7
phy.o \
8
rf.o \
9
sw.o \
10
table.o \
11
trx.o
12
13
obj-
$(
CONFIG_RTL8192SE
) +=
rtl8192se.o
14