Deleted Added
full compact
files (228783) files (228887)
1# $FreeBSD: head/sys/conf/files 228783 2011-12-21 17:01:13Z dim $
1# $FreeBSD: head/sys/conf/files 228887 2011-12-26 05:37:09Z 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" \

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

583 compile-with "${NORMAL_C} -I$S/dev/ath"
584#
585dev/ath/if_ath.c optional ath \
586 compile-with "${NORMAL_C} -I$S/dev/ath"
587dev/ath/if_ath_debug.c optional ath \
588 compile-with "${NORMAL_C} -I$S/dev/ath"
589dev/ath/if_ath_keycache.c optional ath \
590 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" \

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

583 compile-with "${NORMAL_C} -I$S/dev/ath"
584#
585dev/ath/if_ath.c optional ath \
586 compile-with "${NORMAL_C} -I$S/dev/ath"
587dev/ath/if_ath_debug.c optional ath \
588 compile-with "${NORMAL_C} -I$S/dev/ath"
589dev/ath/if_ath_keycache.c optional ath \
590 compile-with "${NORMAL_C} -I$S/dev/ath"
591dev/ath/if_ath_led.c optional ath \
592 compile-with "${NORMAL_C} -I$S/dev/ath"
591dev/ath/if_ath_tx.c optional ath \
592 compile-with "${NORMAL_C} -I$S/dev/ath"
593dev/ath/if_ath_tx_ht.c optional ath \
594 compile-with "${NORMAL_C} -I$S/dev/ath"
595dev/ath/if_ath_sysctl.c optional ath \
596 compile-with "${NORMAL_C} -I$S/dev/ath"
597dev/ath/ah_osdep.c optional ath \
598 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 2914 unchanged lines hidden ---
593dev/ath/if_ath_tx.c optional ath \
594 compile-with "${NORMAL_C} -I$S/dev/ath"
595dev/ath/if_ath_tx_ht.c optional ath \
596 compile-with "${NORMAL_C} -I$S/dev/ath"
597dev/ath/if_ath_sysctl.c optional ath \
598 compile-with "${NORMAL_C} -I$S/dev/ath"
599dev/ath/ah_osdep.c optional ath \
600 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 2914 unchanged lines hidden ---