Deleted Added
full compact
files (219304) files (219393)
1# $FreeBSD: head/sys/conf/files 219304 2011-03-05 12:40:35Z trasz $
1# $FreeBSD: head/sys/conf/files 219393 2011-03-08 06:59:59Z 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" \

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

754 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
755# ar9160 (depends on ar5416)
756dev/ath/ath_hal/ar9001/ar9160_attach.c optional ath_hal | ath_ar9160 \
757 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
758# ar9280 (depends on ar5416)
759dev/ath/ath_hal/ar9002/ar9280_attach.c optional ath_hal | ath_ar9280 | \
760 ath_ar9285 \
761 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" \

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

754 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
755# ar9160 (depends on ar5416)
756dev/ath/ath_hal/ar9001/ar9160_attach.c optional ath_hal | ath_ar9160 \
757 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
758# ar9280 (depends on ar5416)
759dev/ath/ath_hal/ar9002/ar9280_attach.c optional ath_hal | ath_ar9280 | \
760 ath_ar9285 \
761 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
762dev/ath/ath_hal/ar9002/ar9280_olc.c optional ath_hal | ath_ar9280 | \
763 ath_ar9285 \
764 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
762# ar9285 (depends on ar5416 and ar9280)
763dev/ath/ath_hal/ar9002/ar9285_attach.c optional ath_hal | ath_ar9285 \
764 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
765dev/ath/ath_hal/ar9002/ar9285_reset.c optional ath_hal | ath_ar9285 \
766 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
767# rf backends
768dev/ath/ath_hal/ar5212/ar2316.c optional ath_rf2316 \
769 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"

--- 2317 unchanged lines hidden ---
765# ar9285 (depends on ar5416 and ar9280)
766dev/ath/ath_hal/ar9002/ar9285_attach.c optional ath_hal | ath_ar9285 \
767 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
768dev/ath/ath_hal/ar9002/ar9285_reset.c optional ath_hal | ath_ar9285 \
769 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
770# rf backends
771dev/ath/ath_hal/ar5212/ar2316.c optional ath_rf2316 \
772 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"

--- 2317 unchanged lines hidden ---