Deleted Added
full compact
files (220559) files (220587)
1# $FreeBSD: head/sys/conf/files 220559 2011-04-12 08:10:25Z adrian $
1# $FreeBSD: head/sys/conf/files 220587 2011-04-13 02:40:45Z 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" \

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

768 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
769# ar9285 (depends on ar5416 and ar9280)
770dev/ath/ath_hal/ar9002/ar9285_attach.c optional ath_hal | ath_ar9285 \
771 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
772dev/ath/ath_hal/ar9002/ar9285_reset.c optional ath_hal | ath_ar9285 \
773 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
774dev/ath/ath_hal/ar9002/ar9285_cal.c optional ath_hal | ath_ar9285 \
775 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
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" \

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

768 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
769# ar9285 (depends on ar5416 and ar9280)
770dev/ath/ath_hal/ar9002/ar9285_attach.c optional ath_hal | ath_ar9285 \
771 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
772dev/ath/ath_hal/ar9002/ar9285_reset.c optional ath_hal | ath_ar9285 \
773 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
774dev/ath/ath_hal/ar9002/ar9285_cal.c optional ath_hal | ath_ar9285 \
775 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
776dev/ath/ath_hal/ar9002/ar9285_phy.c optional ath_hal | ath_ar9285 \
777 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
776# rf backends
777dev/ath/ath_hal/ar5212/ar2316.c optional ath_rf2316 \
778 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
779dev/ath/ath_hal/ar5212/ar2317.c optional ath_rf2317 \
780 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
781dev/ath/ath_hal/ar5212/ar2413.c optional ath_hal | ath_rf2413 \
782 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
783dev/ath/ath_hal/ar5212/ar2425.c optional ath_hal | ath_rf2425 | ath_rf2417 \

--- 2605 unchanged lines hidden ---
778# rf backends
779dev/ath/ath_hal/ar5212/ar2316.c optional ath_rf2316 \
780 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
781dev/ath/ath_hal/ar5212/ar2317.c optional ath_rf2317 \
782 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
783dev/ath/ath_hal/ar5212/ar2413.c optional ath_hal | ath_rf2413 \
784 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
785dev/ath/ath_hal/ar5212/ar2425.c optional ath_hal | ath_rf2425 | ath_rf2417 \

--- 2605 unchanged lines hidden ---