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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
net
/
netdevsim
/
Makefile
blob
f4d8f62f28c22256275dba41edfbf5aff20ca676
1
# SPDX-License-Identifier: GPL-2.0
2
3
obj-
$(
CONFIG_NETDEVSIM
) +=
netdevsim.o
4
5
netdevsim-objs
:=
\
6
netdev.o dev.o fib.o bus.o health.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