Date: Fri, 17 Mar 2017 21:24:09 +0000 (UTC) From: Eric Joyner <erj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r315463 - stable/10/sys/conf Message-ID: <201703172124.v2HLO9kZ040516@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: erj Date: Fri Mar 17 21:24:09 2017 New Revision: 315463 URL: https://svnweb.freebsd.org/changeset/base/315463 Log: ixgbe(4): Fix build breakage when only compiling ix(4) PR: 217862 Reported by: lampa Sponsored by: Intel Corporation Modified: stable/10/sys/conf/files Modified: stable/10/sys/conf/files ============================================================================== --- stable/10/sys/conf/files Fri Mar 17 21:03:54 2017 (r315462) +++ stable/10/sys/conf/files Fri Mar 17 21:24:09 2017 (r315463) @@ -1763,15 +1763,15 @@ dev/ixgbe/if_ix.c optional ix inet | ix compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP" dev/ixgbe/if_ixv.c optional ixv inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP" -dev/ixgbe/ix_txrx.c optional ix inet | ixv inet | ixgbe inet \ +dev/ixgbe/ix_txrx.c optional ix inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" -dev/ixgbe/if_bypass.c optional ix inet | ixv inet | ixgbe inet \ +dev/ixgbe/if_bypass.c optional ix inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" -dev/ixgbe/if_fdir.c optional ix inet | ixv inet | ixgbe inet \ +dev/ixgbe/if_fdir.c optional ix inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" -dev/ixgbe/if_sriov.c optional ix inet | ixv inet | ixgbe inet \ +dev/ixgbe/if_sriov.c optional ix inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" -dev/ixgbe/ixgbe_netmap.c optional ix inet | ixv inet | ixgbe inet \ +dev/ixgbe/ixgbe_netmap.c optional ix inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" dev/ixgbe/ixgbe_phy.c optional ix inet | ixv inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" @@ -1797,15 +1797,15 @@ dev/ixgbe/ixgbe_dcb_82598.c optional ix compile-with "${NORMAL_C} -I$S/dev/ixgbe" dev/ixgbe/ixgbe_dcb_82599.c optional ix inet | ixv inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" -dev/ixgbe/ixv_mbx.c optional ix inet | ixv inet | ixgbe inet \ +dev/ixgbe/ixv_mbx.c optional ixv inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" -dev/ixgbe/ixv_netmap.c optional ix inet | ixv inet | ixgbe inet \ +dev/ixgbe/ixv_netmap.c optional ixv inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" -dev/ixgbe/ixv_osdep.c optional ix inet | ixv inet | ixgbe inet \ +dev/ixgbe/ixv_osdep.c optional ixv inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" -dev/ixgbe/ixv_txrx.c optional ix inet | ixv inet | ixgbe inet \ +dev/ixgbe/ixv_txrx.c optional ixv inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" -dev/ixgbe/ixv_vf.c optional ix inet | ixv inet | ixgbe inet \ +dev/ixgbe/ixv_vf.c optional ixv inet | ixgbe inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" dev/ixl/if_ixl.c optional ixl inet \ compile-with "${NORMAL_C} -I$S/dev/ixl"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703172124.v2HLO9kZ040516>