Deleted Added
full compact
files (300113) files (300445)
1# $FreeBSD: head/sys/conf/files 300113 2016-05-18 04:35:58Z scottl $
1# $FreeBSD: head/sys/conf/files 300445 2016-05-23 03:47:44Z adrian $
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" \

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

1120 compile-with "${NORMAL_C} -I$S/dev/ath"
1121#
1122dev/bce/if_bce.c optional bce
1123dev/bfe/if_bfe.c optional bfe
1124dev/bge/if_bge.c optional bge
1125dev/bhnd/bhnd.c optional bhndbus | bhnd
1126dev/bhnd/bhnd_subr.c optional bhndbus | bhnd
1127dev/bhnd/bhnd_bus_if.m optional bhndbus | bhnd
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" \

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

1120 compile-with "${NORMAL_C} -I$S/dev/ath"
1121#
1122dev/bce/if_bce.c optional bce
1123dev/bfe/if_bfe.c optional bfe
1124dev/bge/if_bge.c optional bge
1125dev/bhnd/bhnd.c optional bhndbus | bhnd
1126dev/bhnd/bhnd_subr.c optional bhndbus | bhnd
1127dev/bhnd/bhnd_bus_if.m optional bhndbus | bhnd
1128dev/bhnd/bhndb/bhnd_bhndb.c optional bhndbus | bhndb
1128dev/bhnd/bhndb/bhndb.c optional bhndbus | bhndb
1129dev/bhnd/bhndb/bhndb_bus_if.m optional bhndbus | bhndb
1130dev/bhnd/bhndb/bhndb_hwdata.c optional bhndbus | bhndb
1131dev/bhnd/bhndb/bhndb_if.m optional bhndbus | bhndb
1132dev/bhnd/bhndb/bhndb_pci.c optional bhndbus pci | bhndb pci
1133dev/bhnd/bhndb/bhndb_pci_hwdata.c optional bhndbus pci | bhndb pci
1134dev/bhnd/bhndb/bhndb_pci_sprom.c optional bhndbus pci | bhndb pci
1135dev/bhnd/bhndb/bhndb_subr.c optional bhndbus pci | bhndb

--- 3165 unchanged lines hidden ---
1129dev/bhnd/bhndb/bhndb.c optional bhndbus | bhndb
1130dev/bhnd/bhndb/bhndb_bus_if.m optional bhndbus | bhndb
1131dev/bhnd/bhndb/bhndb_hwdata.c optional bhndbus | bhndb
1132dev/bhnd/bhndb/bhndb_if.m optional bhndbus | bhndb
1133dev/bhnd/bhndb/bhndb_pci.c optional bhndbus pci | bhndb pci
1134dev/bhnd/bhndb/bhndb_pci_hwdata.c optional bhndbus pci | bhndb pci
1135dev/bhnd/bhndb/bhndb_pci_sprom.c optional bhndbus pci | bhndb pci
1136dev/bhnd/bhndb/bhndb_subr.c optional bhndbus pci | bhndb

--- 3165 unchanged lines hidden ---