From cad628f0f84ef8898d86dddd7ecff73606eca162 Mon Sep 17 00:00:00 2001 From: Patrick Kelsey Date: Tue, 22 Jan 2019 04:36:19 +0000 Subject: [PATCH] Add missing dependency to vmxnet3 Makefile and clean it up a bit otherwise. MFC after: 1 week --- sys/modules/vmware/vmxnet3/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/modules/vmware/vmxnet3/Makefile b/sys/modules/vmware/vmxnet3/Makefile index 9debcc6744ce..331c4dd4860a 100644 --- a/sys/modules/vmware/vmxnet3/Makefile +++ b/sys/modules/vmware/vmxnet3/Makefile @@ -27,10 +27,7 @@ KMOD= if_vmx SRCS= if_vmx.c -SRCS+= bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h - -# With VMXNET3_LEGACY_TX, the driver will use the non-multiqueue -# capable if_start interface. -#CFLAGS+= -DVMXNET3_LEGACY_TX +SRCS+= bus_if.h device_if.h pci_if.h ifdi_if.h +SRCS+= opt_inet.h opt_inet6.h .include