summaryrefslogtreecommitdiff
path: root/drivers/net/netdevsim/Makefile
blob: 09388c06171ddeaf2fb51df0da5293342cc88dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_NETDEVSIM) += netdevsim.o

netdevsim-objs := \
	netdev.o \

ifeq ($(CONFIG_BPF_SYSCALL),y)
netdevsim-objs += \
	bpf.o
endif