svn commit: r191032 - stable/7/sys/modules/ixgbe

Jack F Vogel jfv at FreeBSD.org
Mon Apr 13 17:27:06 PDT 2009


Author: jfv
Date: Tue Apr 14 00:27:05 2009
New Revision: 191032
URL: http://svn.freebsd.org/changeset/base/191032

Log:
  Update Makefile with new file for ixgbe driver
  
  Approved by: re

Modified:
  stable/7/sys/modules/ixgbe/Makefile

Modified: stable/7/sys/modules/ixgbe/Makefile
==============================================================================
--- stable/7/sys/modules/ixgbe/Makefile	Tue Apr 14 00:24:59 2009	(r191031)
+++ stable/7/sys/modules/ixgbe/Makefile	Tue Apr 14 00:27:05 2009	(r191032)
@@ -4,7 +4,9 @@ KMOD    = ixgbe
 SRCS    = device_if.h bus_if.h pci_if.h opt_bdg.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_82598.c ixgbe_82599.c
+
 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
 
 clean:


More information about the svn-src-stable mailing list