repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU...
[cris-mirror.git]
/
drivers
/
net
/
netdevsim
/
Makefile
blob
09388c06171ddeaf2fb51df0da5293342cc88dd3
1
# SPDX-License-Identifier: GPL-2.0
2
3
obj-
$(
CONFIG_NETDEVSIM
) +=
netdevsim.o
4
5
netdevsim-objs
:=
\
6
netdev.o \
7
8
ifeq
($(
CONFIG_BPF_SYSCALL
),
y
)
9
netdevsim-objs
+=
\
10
bpf.o
11
endif