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:
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to