Deleted Added
full compact
files (320731) files (320897)
1# $FreeBSD: stable/11/sys/conf/files 320731 2017-07-06 11:45:13Z zbb $
1# $FreeBSD: stable/11/sys/conf/files 320897 2017-07-11 21:25:07Z erj $
2#
3# The long compile-with and dependency lines are required because of
4# limitations in config: backslash-newline doesn't work in strings, and
5# dependency lines other than the first are silently ignored.
6#
7acpi_quirks.h optional acpi \
8 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \

--- 2061 unchanged lines hidden (view full) ---

2071 clean "iwn6050.fw"
2072dev/ixgb/if_ixgb.c optional ixgb
2073dev/ixgb/ixgb_ee.c optional ixgb
2074dev/ixgb/ixgb_hw.c optional ixgb
2075dev/ixgbe/if_ix.c optional ix inet \
2076 compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
2077dev/ixgbe/if_ixv.c optional ixv inet \
2078 compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
2#
3# The long compile-with and dependency lines are required because of
4# limitations in config: backslash-newline doesn't work in strings, and
5# dependency lines other than the first are silently ignored.
6#
7acpi_quirks.h optional acpi \
8 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \

--- 2061 unchanged lines hidden (view full) ---

2071 clean "iwn6050.fw"
2072dev/ixgb/if_ixgb.c optional ixgb
2073dev/ixgb/ixgb_ee.c optional ixgb
2074dev/ixgb/ixgb_hw.c optional ixgb
2075dev/ixgbe/if_ix.c optional ix inet \
2076 compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
2077dev/ixgbe/if_ixv.c optional ixv inet \
2078 compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
2079dev/ixgbe/if_bypass.c optional ix inet \
2080 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2081dev/ixgbe/ixgbe_netmap.c optional ix inet \
2082 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2083dev/ixgbe/if_fdir.c optional ix inet | ixv inet \
2084 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2085dev/ixgbe/if_sriov.c optional ix inet | ixv inet \
2086 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2079dev/ixgbe/ix_txrx.c optional ix inet | ixv inet \
2080 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2081dev/ixgbe/ixgbe_osdep.c optional ix inet | ixv inet \
2082 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2083dev/ixgbe/ixgbe_phy.c optional ix inet | ixv inet \
2084 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2085dev/ixgbe/ixgbe_api.c optional ix inet | ixv inet \
2086 compile-with "${NORMAL_C} -I$S/dev/ixgbe"

--- 2426 unchanged lines hidden ---
2087dev/ixgbe/ix_txrx.c optional ix inet | ixv inet \
2088 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2089dev/ixgbe/ixgbe_osdep.c optional ix inet | ixv inet \
2090 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2091dev/ixgbe/ixgbe_phy.c optional ix inet | ixv inet \
2092 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2093dev/ixgbe/ixgbe_api.c optional ix inet | ixv inet \
2094 compile-with "${NORMAL_C} -I$S/dev/ixgbe"

--- 2426 unchanged lines hidden ---