Author: pkelsey
Date: Tue Jan 22 04:36:19 2019
New Revision: 343301
URL: https://svnweb.freebsd.org/changeset/base/343301

Log:
  Add missing dependency to vmxnet3 Makefile and clean it up a bit otherwise.
  
  MFC after:    1 week

Modified:
  head/sys/modules/vmware/vmxnet3/Makefile

Modified: head/sys/modules/vmware/vmxnet3/Makefile
==============================================================================
--- head/sys/modules/vmware/vmxnet3/Makefile    Tue Jan 22 04:20:52 2019        
(r343300)
+++ head/sys/modules/vmware/vmxnet3/Makefile    Tue Jan 22 04:36:19 2019        
(r343301)
@@ -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>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to