Deleted Added
full compact
files (220163) files (220185)
1# $FreeBSD: head/sys/conf/files 220163 2011-03-30 17:48:15Z trasz $
1# $FreeBSD: head/sys/conf/files 220185 2011-03-31 08:07:13Z 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" \

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

565dev/ata/chipsets/ata-via.c optional ata pci | atavia
566dev/ata/ata-disk.c optional atadisk
567dev/ata/ata-raid.c optional ataraid
568dev/ata/atapi-cd.c optional atapicd
569dev/ata/atapi-fd.c optional atapifd
570dev/ata/atapi-tape.c optional atapist
571dev/ata/atapi-cam.c optional atapicam
572#
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" \

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

565dev/ata/chipsets/ata-via.c optional ata pci | atavia
566dev/ata/ata-disk.c optional atadisk
567dev/ata/ata-raid.c optional ataraid
568dev/ata/atapi-cd.c optional atapicd
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_pci.c optional ath_pci pci \
574 compile-with "${NORMAL_C} -I$S/dev/ath"
575#
576dev/ath/if_ath_ahb.c optional ath_ahb \
577 compile-with "${NORMAL_C} -I$S/dev/ath"
578#
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"
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"
579dev/ath/if_ath.c optional ath \
580 compile-with "${NORMAL_C} -I$S/dev/ath"
581dev/ath/if_ath_debug.c optional ath \
582 compile-with "${NORMAL_C} -I$S/dev/ath"
583dev/ath/if_ath_keycache.c optional ath \
584 compile-with "${NORMAL_C} -I$S/dev/ath"
585dev/ath/if_ath_tx.c optional ath \
586 compile-with "${NORMAL_C} -I$S/dev/ath"
587dev/ath/if_ath_tx_ht.c optional ath \
588 compile-with "${NORMAL_C} -I$S/dev/ath"
589dev/ath/if_ath_sysctl.c optional ath \
590 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"
587dev/ath/ah_osdep.c optional ath \
588 compile-with "${NORMAL_C} -I$S/dev/ath"
589#
590dev/ath/ath_hal/ah.c optional ath \
591 compile-with "${NORMAL_C} -I$S/dev/ath"
592dev/ath/ath_hal/ah_eeprom_v1.c optional ath_hal | ath_ar5210 \
593 compile-with "${NORMAL_C} -I$S/dev/ath"
594dev/ath/ath_hal/ah_eeprom_v3.c optional ath_hal | ath_ar5211 | ath_ar5212 \

--- 2789 unchanged lines hidden ---
591dev/ath/ah_osdep.c optional ath \
592 compile-with "${NORMAL_C} -I$S/dev/ath"
593#
594dev/ath/ath_hal/ah.c optional ath \
595 compile-with "${NORMAL_C} -I$S/dev/ath"
596dev/ath/ath_hal/ah_eeprom_v1.c optional ath_hal | ath_ar5210 \
597 compile-with "${NORMAL_C} -I$S/dev/ath"
598dev/ath/ath_hal/ah_eeprom_v3.c optional ath_hal | ath_ar5211 | ath_ar5212 \

--- 2789 unchanged lines hidden ---