Deleted Added
full compact
files (244453) files (244945)
1# $FreeBSD: head/sys/conf/files 244453 2012-12-20 00:06:24Z cognet $
1# $FreeBSD: head/sys/conf/files 244945 2013-01-02 01:24:36Z 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" \

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

913dev/ath/ath_hal/ar5416/ar5416_recv.c \
914 optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
915 ath_ar9287 \
916 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
917dev/ath/ath_hal/ar5416/ar5416_reset.c \
918 optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
919 ath_ar9287 \
920 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" \

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

913dev/ath/ath_hal/ar5416/ar5416_recv.c \
914 optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
915 ath_ar9287 \
916 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
917dev/ath/ath_hal/ar5416/ar5416_reset.c \
918 optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
919 ath_ar9287 \
920 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
921dev/ath/ath_hal/ar5416/ar5416_spectral.c \
922 optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
923 ath_ar9287 \
924 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
921dev/ath/ath_hal/ar5416/ar5416_xmit.c \
922 optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
923 ath_ar9287 \
924 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
925# ar9130 (depends upon ar5416) - also requires AH_SUPPORT_AR9130
926#
927# Since this is an embedded MAC SoC, there's no need to compile it into the
928# default HAL.

--- 2713 unchanged lines hidden ---
925dev/ath/ath_hal/ar5416/ar5416_xmit.c \
926 optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \
927 ath_ar9287 \
928 compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
929# ar9130 (depends upon ar5416) - also requires AH_SUPPORT_AR9130
930#
931# Since this is an embedded MAC SoC, there's no need to compile it into the
932# default HAL.

--- 2713 unchanged lines hidden ---