xref: /linux/drivers/net/netdevsim/Makefile (revision 0a703c1f89af614d38808a4802744db6c8638762)
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_NETDEVSIM) += netdevsim.o
4
5netdevsim-objs := \
6	netdev.o \
7
8ifeq ($(CONFIG_BPF_SYSCALL),y)
9netdevsim-objs += \
10	bpf.o
11endif
12