Deleted Added
full compact
files (250963) files (251487)
1# $FreeBSD: head/sys/conf/files 250963 2013-05-24 09:22:43Z achim $
1# $FreeBSD: head/sys/conf/files 251487 2013-06-07 09:02:02Z 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" \

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

720#
721dev/ath/if_ath_ahb.c optional ath_ahb \
722 compile-with "${NORMAL_C} -I$S/dev/ath"
723#
724dev/ath/if_ath.c optional ath \
725 compile-with "${NORMAL_C} -I$S/dev/ath"
726dev/ath/if_ath_beacon.c optional ath \
727 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" \

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

720#
721dev/ath/if_ath_ahb.c optional ath_ahb \
722 compile-with "${NORMAL_C} -I$S/dev/ath"
723#
724dev/ath/if_ath.c optional ath \
725 compile-with "${NORMAL_C} -I$S/dev/ath"
726dev/ath/if_ath_beacon.c optional ath \
727 compile-with "${NORMAL_C} -I$S/dev/ath"
728dev/ath/if_ath_btcoex.c optional ath \
729 compile-with "${NORMAL_C} -I$S/dev/ath"
728dev/ath/if_ath_debug.c optional ath \
729 compile-with "${NORMAL_C} -I$S/dev/ath"
730dev/ath/if_ath_keycache.c optional ath \
731 compile-with "${NORMAL_C} -I$S/dev/ath"
732dev/ath/if_ath_led.c optional ath \
733 compile-with "${NORMAL_C} -I$S/dev/ath"
734dev/ath/if_ath_tx.c optional ath \
735 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 2988 unchanged lines hidden ---
730dev/ath/if_ath_debug.c optional ath \
731 compile-with "${NORMAL_C} -I$S/dev/ath"
732dev/ath/if_ath_keycache.c optional ath \
733 compile-with "${NORMAL_C} -I$S/dev/ath"
734dev/ath/if_ath_led.c optional ath \
735 compile-with "${NORMAL_C} -I$S/dev/ath"
736dev/ath/if_ath_tx.c optional ath \
737 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 2988 unchanged lines hidden ---