Deleted Added
full compact
files (218058) files (218065)
1# $FreeBSD: head/sys/conf/files 218058 2011-01-29 05:08:21Z adrian $
1# $FreeBSD: head/sys/conf/files 218065 2011-01-29 11:35:23Z 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" \

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

563dev/ata/atapi-fd.c optional atapifd
564dev/ata/atapi-tape.c optional atapist
565dev/ata/atapi-cam.c optional atapicam
566#
567dev/ath/if_ath.c optional ath \
568 compile-with "${NORMAL_C} -I$S/dev/ath"
569dev/ath/if_ath_debug.c optional ath \
570 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" \

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

563dev/ata/atapi-fd.c optional atapifd
564dev/ata/atapi-tape.c optional atapist
565dev/ata/atapi-cam.c optional atapicam
566#
567dev/ath/if_ath.c optional ath \
568 compile-with "${NORMAL_C} -I$S/dev/ath"
569dev/ath/if_ath_debug.c optional ath \
570 compile-with "${NORMAL_C} -I$S/dev/ath"
571dev/ath/if_ath_tx.c optional ath \
572 compile-with "${NORMAL_C} -I$S/dev/ath"
571dev/ath/if_ath_pci.c optional ath pci \
572 compile-with "${NORMAL_C} -I$S/dev/ath"
573dev/ath/ah_osdep.c optional ath \
574 compile-with "${NORMAL_C} -I$S/dev/ath"
575#
576dev/ath/ath_hal/ah.c optional ath \
577 compile-with "${NORMAL_C} -I$S/dev/ath"
578dev/ath/ath_hal/ah_eeprom_v1.c optional ath_hal | ath_ar5210 \

--- 2484 unchanged lines hidden ---
573dev/ath/if_ath_pci.c optional ath pci \
574 compile-with "${NORMAL_C} -I$S/dev/ath"
575dev/ath/ah_osdep.c optional ath \
576 compile-with "${NORMAL_C} -I$S/dev/ath"
577#
578dev/ath/ath_hal/ah.c optional ath \
579 compile-with "${NORMAL_C} -I$S/dev/ath"
580dev/ath/ath_hal/ah_eeprom_v1.c optional ath_hal | ath_ar5210 \

--- 2484 unchanged lines hidden ---