Deleted Added
full compact
files (219182) files (219185)
1# $FreeBSD: head/sys/conf/files 219182 2011-03-02 16:15:11Z glebius $
1# $FreeBSD: head/sys/conf/files 219185 2011-03-02 17:19:54Z 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" \

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

569dev/ata/atapi-fd.c optional atapifd
570dev/ata/atapi-tape.c optional atapist
571dev/ata/atapi-cam.c optional atapicam
572#
573dev/ath/if_ath.c optional ath \
574 compile-with "${NORMAL_C} -I$S/dev/ath"
575dev/ath/if_ath_debug.c optional ath \
576 compile-with "${NORMAL_C} -I$S/dev/ath"
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" \

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

569dev/ata/atapi-fd.c optional atapifd
570dev/ata/atapi-tape.c optional atapist
571dev/ata/atapi-cam.c optional atapicam
572#
573dev/ath/if_ath.c optional ath \
574 compile-with "${NORMAL_C} -I$S/dev/ath"
575dev/ath/if_ath_debug.c optional ath \
576 compile-with "${NORMAL_C} -I$S/dev/ath"
577dev/ath/if_ath_keycache.c optional ath \
578 compile-with "${NORMAL_C} -I$S/dev/ath"
577dev/ath/if_ath_tx.c optional ath \
578 compile-with "${NORMAL_C} -I$S/dev/ath"
579dev/ath/if_ath_tx_ht.c optional ath \
580 compile-with "${NORMAL_C} -I$S/dev/ath"
581dev/ath/if_ath_sysctl.c optional ath \
582 compile-with "${NORMAL_C} -I$S/dev/ath"
583dev/ath/if_ath_pci.c optional ath pci \
584 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 2499 unchanged lines hidden ---
579dev/ath/if_ath_tx.c optional ath \
580 compile-with "${NORMAL_C} -I$S/dev/ath"
581dev/ath/if_ath_tx_ht.c optional ath \
582 compile-with "${NORMAL_C} -I$S/dev/ath"
583dev/ath/if_ath_sysctl.c optional ath \
584 compile-with "${NORMAL_C} -I$S/dev/ath"
585dev/ath/if_ath_pci.c optional ath pci \
586 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 2499 unchanged lines hidden ---