Deleted Added
full compact
files (217515) files (217631)
1# $FreeBSD: head/sys/conf/files 217515 2011-01-17 22:58:28Z jkim $
1# $FreeBSD: head/sys/conf/files 217631 2011-01-20 09:03:40Z 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" \

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

732 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
733dev/ath/ath_hal/ar5416/ar5416_reset.c \
734 optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
735 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
736dev/ath/ath_hal/ar5416/ar5416_xmit.c \
737 optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
738 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
739# ar9160 (depends on ar5416)
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" \

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

732 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
733dev/ath/ath_hal/ar5416/ar5416_reset.c \
734 optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
735 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
736dev/ath/ath_hal/ar5416/ar5416_xmit.c \
737 optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 \
738 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
739# ar9160 (depends on ar5416)
740dev/ath/ath_hal/ar5416/ar9160_attach.c optional ath_hal | ath_ar9160 \
740dev/ath/ath_hal/ar9001/ar9160_attach.c optional ath_hal | ath_ar9160 \
741 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
742# ar9280 (depends on ar5416)
741 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
742# ar9280 (depends on ar5416)
743dev/ath/ath_hal/ar5416/ar9280_attach.c optional ath_hal | ath_ar9280 | \
743dev/ath/ath_hal/ar9002/ar9280_attach.c optional ath_hal | ath_ar9280 | \
744 ath_ar9285 \
745 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
746# ar9285 (depends on ar5416 and ar9280)
744 ath_ar9285 \
745 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
746# ar9285 (depends on ar5416 and ar9280)
747dev/ath/ath_hal/ar5416/ar9285_attach.c optional ath_hal | ath_ar9285 \
747dev/ath/ath_hal/ar9002/ar9285_attach.c optional ath_hal | ath_ar9285 \
748 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
748 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
749dev/ath/ath_hal/ar5416/ar9285_reset.c optional ath_hal | ath_ar9285 \
749dev/ath/ath_hal/ar9002/ar9285_reset.c optional ath_hal | ath_ar9285 \
750 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
751# rf backends
752dev/ath/ath_hal/ar5212/ar2316.c optional ath_rf2316 \
753 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
754dev/ath/ath_hal/ar5212/ar2317.c optional ath_rf2317 \
755 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
756dev/ath/ath_hal/ar5212/ar2413.c optional ath_hal | ath_rf2413 \
757 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
758dev/ath/ath_hal/ar5212/ar2425.c optional ath_hal | ath_rf2425 | ath_rf2417 \
759 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
760dev/ath/ath_hal/ar5212/ar5111.c optional ath_hal | ath_rf5111 \
761 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
762dev/ath/ath_hal/ar5212/ar5112.c optional ath_hal | ath_rf5112 \
763 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
764dev/ath/ath_hal/ar5212/ar5413.c optional ath_hal | ath_rf5413 \
765 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
766dev/ath/ath_hal/ar5416/ar2133.c optional ath_hal | ath_ar5416 | ath_ar9160 \
767 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
750 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
751# rf backends
752dev/ath/ath_hal/ar5212/ar2316.c optional ath_rf2316 \
753 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
754dev/ath/ath_hal/ar5212/ar2317.c optional ath_rf2317 \
755 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
756dev/ath/ath_hal/ar5212/ar2413.c optional ath_hal | ath_rf2413 \
757 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
758dev/ath/ath_hal/ar5212/ar2425.c optional ath_hal | ath_rf2425 | ath_rf2417 \
759 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
760dev/ath/ath_hal/ar5212/ar5111.c optional ath_hal | ath_rf5111 \
761 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
762dev/ath/ath_hal/ar5212/ar5112.c optional ath_hal | ath_rf5112 \
763 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
764dev/ath/ath_hal/ar5212/ar5413.c optional ath_hal | ath_rf5413 \
765 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
766dev/ath/ath_hal/ar5416/ar2133.c optional ath_hal | ath_ar5416 | ath_ar9160 \
767 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
768dev/ath/ath_hal/ar5416/ar9280.c optional ath_hal | ath_ar9280 | ath_ar9285 \
768dev/ath/ath_hal/ar9002/ar9280.c optional ath_hal | ath_ar9280 | ath_ar9285 \
769 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
769 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
770dev/ath/ath_hal/ar5416/ar9285.c optional ath_hal | ath_ar9285 \
770dev/ath/ath_hal/ar9002/ar9285.c optional ath_hal | ath_ar9285 \
771 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
772# ath rate control algorithms
773dev/ath/ath_rate/amrr/amrr.c optional ath_rate_amrr \
774 compile-with "${NORMAL_C} -I$S/dev/ath"
775dev/ath/ath_rate/onoe/onoe.c optional ath_rate_onoe \
776 compile-with "${NORMAL_C} -I$S/dev/ath"
777dev/ath/ath_rate/sample/sample.c optional ath_rate_sample \
778 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 2281 unchanged lines hidden ---
771 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
772# ath rate control algorithms
773dev/ath/ath_rate/amrr/amrr.c optional ath_rate_amrr \
774 compile-with "${NORMAL_C} -I$S/dev/ath"
775dev/ath/ath_rate/onoe/onoe.c optional ath_rate_onoe \
776 compile-with "${NORMAL_C} -I$S/dev/ath"
777dev/ath/ath_rate/sample/sample.c optional ath_rate_sample \
778 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 2281 unchanged lines hidden ---