forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/drivers/net/netdevsim/Makefile
....@@ -3,15 +3,11 @@
33 obj-$(CONFIG_NETDEVSIM) += netdevsim.o
44
55 netdevsim-objs := \
6
- netdev.o \
6
+ netdev.o dev.o ethtool.o fib.o bus.o health.o udp_tunnels.o
77
88 ifeq ($(CONFIG_BPF_SYSCALL),y)
99 netdevsim-objs += \
1010 bpf.o
11
-endif
12
-
13
-ifneq ($(CONFIG_NET_DEVLINK),)
14
-netdevsim-objs += devlink.o fib.o
1511 endif
1612
1713 ifneq ($(CONFIG_XFRM_OFFLOAD),)