dt-bindings: mtd: ingenic: Use standard ecc-engine property
[linux/fpc-iii.git] / drivers / net / netdevsim / Makefile
blob0fee1d06c0848f274baedb51ef30594cf4358332
1 # SPDX-License-Identifier: GPL-2.0
3 obj-$(CONFIG_NETDEVSIM) += netdevsim.o
5 netdevsim-objs := \
6 netdev.o \
8 ifeq ($(CONFIG_BPF_SYSCALL),y)
9 netdevsim-objs += \
10 bpf.o
11 endif
13 ifneq ($(CONFIG_NET_DEVLINK),)
14 netdevsim-objs += devlink.o fib.o
15 endif
17 ifneq ($(CONFIG_XFRM_OFFLOAD),)
18 netdevsim-objs += ipsec.o
19 endif