Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / net / netdevsim / Makefile
blob09f1315d2f2aa2e2640104691bdea858d10f1d95
1 # SPDX-License-Identifier: GPL-2.0
3 obj-$(CONFIG_NETDEVSIM) += netdevsim.o
5 netdevsim-objs := \
6 netdev.o dev.o fib.o bus.o
8 ifeq ($(CONFIG_BPF_SYSCALL),y)
9 netdevsim-objs += \
10 bpf.o
11 endif
13 ifneq ($(CONFIG_XFRM_OFFLOAD),)
14 netdevsim-objs += ipsec.o
15 endif