1# SPDX-License-Identifier: GPL-2.0 2 3obj-$(CONFIG_NETDEVSIM) += netdevsim.o 4 5netdevsim-objs := \ 6 netdev.o \ 7 bpf.o \ 8