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
/
rtl818x
/
rtl8187
/
Makefile
blob
0bf64dfb233ae40a5f856c8d1990df12c536ee40
1
# SPDX-License-Identifier: GPL-2.0-only
2
rtl8187-objs
:=
dev.o rtl8225.o leds.o rfkill.o
3
4
obj-
$(
CONFIG_RTL8187
) +=
rtl8187.o
5
6
ccflags-y
+= -
I
$(
srctree
)/$(
src
)/
..