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
/
netdevsim
/
Makefile
blob
ade086eed95511a81f3db0a5b80c3b8d8fb4fcc5
1
# SPDX-License-Identifier: GPL-2.0
2
3
obj-
$(
CONFIG_NETDEVSIM
) +=
netdevsim.o
4
5
netdevsim-objs
:=
\
6
netdev.o dev.o ethtool.o fib.o bus.o health.o udp_tunnels.o
7
8
ifeq
($(
CONFIG_BPF_SYSCALL
),
y
)
9
netdevsim-objs
+=
\
10
bpf.o
11
endif
12
13
ifneq
($(
CONFIG_XFRM_OFFLOAD
),)
14
netdevsim-objs
+=
ipsec.o
15
endif