Deleted Added
full compact
files (222578) files (222585)
1# $FreeBSD: head/sys/conf/files 222578 2011-06-01 17:58:27Z hselasky $
1# $FreeBSD: head/sys/conf/files 222585 2011-06-01 20:09:49Z 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" \

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

841 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
842# ath rate control algorithms
843dev/ath/ath_rate/amrr/amrr.c optional ath_rate_amrr \
844 compile-with "${NORMAL_C} -I$S/dev/ath"
845dev/ath/ath_rate/onoe/onoe.c optional ath_rate_onoe \
846 compile-with "${NORMAL_C} -I$S/dev/ath"
847dev/ath/ath_rate/sample/sample.c optional ath_rate_sample \
848 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" \

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

841 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
842# ath rate control algorithms
843dev/ath/ath_rate/amrr/amrr.c optional ath_rate_amrr \
844 compile-with "${NORMAL_C} -I$S/dev/ath"
845dev/ath/ath_rate/onoe/onoe.c optional ath_rate_onoe \
846 compile-with "${NORMAL_C} -I$S/dev/ath"
847dev/ath/ath_rate/sample/sample.c optional ath_rate_sample \
848 compile-with "${NORMAL_C} -I$S/dev/ath"
849#
849# ath DFS modules
850dev/ath/ath_dfs/null/dfs_null.c optional ath \
851 compile-with "${NORMAL_C} -I$S/dev/ath"
852#
850dev/bce/if_bce.c optional bce
851dev/bfe/if_bfe.c optional bfe
852dev/bge/if_bge.c optional bge
853dev/bktr/bktr_audio.c optional bktr pci
854dev/bktr/bktr_card.c optional bktr pci
855dev/bktr/bktr_core.c optional bktr pci
856dev/bktr/bktr_i2c.c optional bktr pci smbus
857dev/bktr/bktr_os.c optional bktr pci

--- 2628 unchanged lines hidden ---
853dev/bce/if_bce.c optional bce
854dev/bfe/if_bfe.c optional bfe
855dev/bge/if_bge.c optional bge
856dev/bktr/bktr_audio.c optional bktr pci
857dev/bktr/bktr_card.c optional bktr pci
858dev/bktr/bktr_core.c optional bktr pci
859dev/bktr/bktr_i2c.c optional bktr pci smbus
860dev/bktr/bktr_os.c optional bktr pci

--- 2628 unchanged lines hidden ---