1 # SPDX-License-Identifier: GPL-2.0
3 obj-
$(CONFIG_NETDEVSIM
) += netdevsim.o
6 netdev.o dev.o ethtool.o fib.o bus.o health.o hwstats.o udp_tunnels.o
8 ifeq ($(CONFIG_BPF_SYSCALL
),y
)
13 ifneq ($(CONFIG_XFRM_OFFLOAD
),)
14 netdevsim-objs
+= ipsec.o
17 ifneq ($(CONFIG_PSAMPLE
),)
18 netdevsim-objs
+= psample.o
21 ifneq ($(CONFIG_MACSEC
),)
22 netdevsim-objs
+= macsec.o