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: _______________________________________________ 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"