x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU...
[cris-mirror.git] / drivers / net / netdevsim / Makefile
blob09388c06171ddeaf2fb51df0da5293342cc88dd3
1 # SPDX-License-Identifier: GPL-2.0
3 obj-$(CONFIG_NETDEVSIM) += netdevsim.o
5 netdevsim-objs := \
6 netdev.o \
8 ifeq ($(CONFIG_BPF_SYSCALL),y)
9 netdevsim-objs += \
10 bpf.o
11 endif