Deleted Added
full compact
files (177692) files (177801)
1# $FreeBSD: head/sys/conf/files 177692 2008-03-28 17:58:55Z marcel $
1# $FreeBSD: head/sys/conf/files 177801 2008-03-31 18:49:09Z sam $
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" \

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

471dev/ata/ata-raid.c optional ataraid
472dev/ata/ata-usb.c optional atausb
473dev/ata/atapi-cam.c optional atapicam
474dev/ata/atapi-cd.c optional atapicd
475dev/ata/atapi-fd.c optional atapifd
476dev/ata/atapi-tape.c optional atapist
477dev/ath/ah_osdep.c optional ath_hal \
478 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" \

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

471dev/ata/ata-raid.c optional ataraid
472dev/ata/ata-usb.c optional atausb
473dev/ata/atapi-cam.c optional atapicam
474dev/ata/atapi-cd.c optional atapicd
475dev/ata/atapi-fd.c optional atapifd
476dev/ata/atapi-tape.c optional atapist
477dev/ath/ah_osdep.c optional ath_hal \
478 compile-with "${NORMAL_C} -I$S/dev/ath"
479dev/ath/ath_rate/amrr/amrr.c optional ath_rate_amrr
479dev/ath/ath_rate/amrr/amrr.c optional ath_rate_amrr \
480 compile-with "${NORMAL_C} -I$S/dev/ath"
480dev/ath/ath_rate/onoe/onoe.c optional ath_rate_onoe \
481 compile-with "${NORMAL_C} -I$S/dev/ath"
482dev/ath/ath_rate/sample/sample.c optional ath_rate_sample \
483 compile-with "${NORMAL_C} -I$S/dev/ath"
484dev/ath/if_ath.c optional ath \
485 compile-with "${NORMAL_C} -I$S/dev/ath"
486dev/ath/if_ath_pci.c optional ath pci \
487 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 1826 unchanged lines hidden ---
481dev/ath/ath_rate/onoe/onoe.c optional ath_rate_onoe \
482 compile-with "${NORMAL_C} -I$S/dev/ath"
483dev/ath/ath_rate/sample/sample.c optional ath_rate_sample \
484 compile-with "${NORMAL_C} -I$S/dev/ath"
485dev/ath/if_ath.c optional ath \
486 compile-with "${NORMAL_C} -I$S/dev/ath"
487dev/ath/if_ath_pci.c optional ath pci \
488 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 1826 unchanged lines hidden ---