svn commit: r190874 - head/sys/modules/ixgbe

Jack F Vogel jfv at FreeBSD.org
Fri Apr 10 00:31:55 UTC 2009


Author: jfv
Date: Fri Apr 10 00:31:54 2009
New Revision: 190874
URL: http://svn.freebsd.org/changeset/base/190874

Log:
  Add support file for 82599 in Makefile
  
  MFC after:	2 weeks

Modified:
  head/sys/modules/ixgbe/Makefile

Modified: head/sys/modules/ixgbe/Makefile
==============================================================================
--- head/sys/modules/ixgbe/Makefile	Fri Apr 10 00:22:48 2009	(r190873)
+++ head/sys/modules/ixgbe/Makefile	Fri Apr 10 00:31:54 2009	(r190874)
@@ -4,7 +4,8 @@ KMOD    = ixgbe
 SRCS    = device_if.h bus_if.h pci_if.h
 SRCS    += ixgbe.c
 # Shared source
-SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_82598.c
+SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
+SRCS    += ixgbe_82599.c ixgbe_82598.c
 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
 
 clean:


More information about the svn-src-all mailing list