Deleted Added
full compact
files (278894) files (278913)
1# $FreeBSD: head/sys/conf/files 278894 2015-02-17 10:00:15Z hselasky $
1# $FreeBSD: head/sys/conf/files 278913 2015-02-17 19:27:14Z glebius $
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" \

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

1136 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1137dev/cxgb/common/cxgb_tn1010.c optional cxgb pci \
1138 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1139dev/cxgb/sys/uipc_mvec.c optional cxgb pci \
1140 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1141dev/cxgb/cxgb_t3fw.c optional cxgb cxgb_t3fw \
1142 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1143dev/cxgbe/t4_mp_ring.c optional cxgbe pci \
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" \

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

1136 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1137dev/cxgb/common/cxgb_tn1010.c optional cxgb pci \
1138 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1139dev/cxgb/sys/uipc_mvec.c optional cxgb pci \
1140 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1141dev/cxgb/cxgb_t3fw.c optional cxgb cxgb_t3fw \
1142 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1143dev/cxgbe/t4_mp_ring.c optional cxgbe pci \
1144 compile-with "${NORMAL_C} -I$S/dev/cxgbe ${GCC_MS_EXTENSIONS}"
1144 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1145dev/cxgbe/t4_main.c optional cxgbe pci \
1146 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1147dev/cxgbe/t4_netmap.c optional cxgbe pci \
1148 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1149dev/cxgbe/t4_sge.c optional cxgbe pci \
1150 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1151dev/cxgbe/t4_l2t.c optional cxgbe pci \
1152 compile-with "${NORMAL_C} -I$S/dev/cxgbe"

--- 2871 unchanged lines hidden ---
1145dev/cxgbe/t4_main.c optional cxgbe pci \
1146 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1147dev/cxgbe/t4_netmap.c optional cxgbe pci \
1148 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1149dev/cxgbe/t4_sge.c optional cxgbe pci \
1150 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1151dev/cxgbe/t4_l2t.c optional cxgbe pci \
1152 compile-with "${NORMAL_C} -I$S/dev/cxgbe"

--- 2871 unchanged lines hidden ---