![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 0003 obj-$(CONFIG_NETDEVSIM) += netdevsim.o 0004 0005 netdevsim-objs := \ 0006 netdev.o dev.o ethtool.o fib.o bus.o health.o hwstats.o udp_tunnels.o 0007 0008 ifeq ($(CONFIG_BPF_SYSCALL),y) 0009 netdevsim-objs += \ 0010 bpf.o 0011 endif 0012 0013 ifneq ($(CONFIG_XFRM_OFFLOAD),) 0014 netdevsim-objs += ipsec.o 0015 endif 0016 0017 ifneq ($(CONFIG_PSAMPLE),) 0018 netdevsim-objs += psample.o 0019 endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |