Deleted Added
full compact
files (270284) files (270297)
1# $FreeBSD: stable/10/sys/conf/files 270284 2014-08-21 17:18:21Z ian $
1# $FreeBSD: stable/10/sys/conf/files 270297 2014-08-21 19:54:02Z np $
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" \

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

1123dev/cxgb/common/cxgb_tn1010.c optional cxgb pci \
1124 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1125dev/cxgb/sys/uipc_mvec.c optional cxgb pci \
1126 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1127dev/cxgb/cxgb_t3fw.c optional cxgb cxgb_t3fw \
1128 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1129dev/cxgbe/t4_main.c optional cxgbe pci \
1130 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
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" \

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

1123dev/cxgb/common/cxgb_tn1010.c optional cxgb pci \
1124 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1125dev/cxgb/sys/uipc_mvec.c optional cxgb pci \
1126 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1127dev/cxgb/cxgb_t3fw.c optional cxgb cxgb_t3fw \
1128 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1129dev/cxgbe/t4_main.c optional cxgbe pci \
1130 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1131dev/cxgbe/t4_netmap.c optional cxgbe pci \
1132 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1131dev/cxgbe/t4_sge.c optional cxgbe pci \
1132 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1133dev/cxgbe/t4_l2t.c optional cxgbe pci \
1134 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1135dev/cxgbe/t4_tracer.c optional cxgbe pci \
1136 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1137dev/cxgbe/common/t4_hw.c optional cxgbe pci \
1138 compile-with "${NORMAL_C} -I$S/dev/cxgbe"

--- 2797 unchanged lines hidden ---
1133dev/cxgbe/t4_sge.c optional cxgbe pci \
1134 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1135dev/cxgbe/t4_l2t.c optional cxgbe pci \
1136 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1137dev/cxgbe/t4_tracer.c optional cxgbe pci \
1138 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1139dev/cxgbe/common/t4_hw.c optional cxgbe pci \
1140 compile-with "${NORMAL_C} -I$S/dev/cxgbe"

--- 2797 unchanged lines hidden ---