kernel/drivers/net/netdevsim/Makefile
.. .. @@ -3,15 +3,11 @@ 3 3 obj-$(CONFIG_NETDEVSIM) += netdevsim.o 4 4 5 5 netdevsim-objs := \ 6 - netdev.o \6 + netdev.o dev.o ethtool.o fib.o bus.o health.o udp_tunnels.o7 7 8 8 ifeq ($(CONFIG_BPF_SYSCALL),y) 9 9 netdevsim-objs += \ 10 10 bpf.o 11 -endif12 -13 -ifneq ($(CONFIG_NET_DEVLINK),)14 -netdevsim-objs += devlink.o fib.o15 11 endif 16 12 17 13 ifneq ($(CONFIG_XFRM_OFFLOAD),)