Add missing dependency to vmxnet3 Makefile and clean it up a bit otherwise.

MFC after:	1 week
This commit is contained in:
Patrick Kelsey 2019-01-22 04:36:19 +00:00
parent 1715256316
commit cad628f0f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343301

View File

@ -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 <bsd.kmod.mk>