Deleted Added
full compact
files (251538) files (251655)
1# $FreeBSD: head/sys/conf/files 251538 2013-06-08 16:02:31Z rpaulo $
1# $FreeBSD: head/sys/conf/files 251655 2013-06-12 14:52:57Z 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" \

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

728dev/ath/if_ath_btcoex.c optional ath \
729 compile-with "${NORMAL_C} -I$S/dev/ath"
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"
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" \

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

728dev/ath/if_ath_btcoex.c optional ath \
729 compile-with "${NORMAL_C} -I$S/dev/ath"
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_lna_div.c optional ath \
737 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"
738dev/ath/if_ath_tx_edma.c optional ath \
739 compile-with "${NORMAL_C} -I$S/dev/ath"
740dev/ath/if_ath_tx_ht.c optional ath \
741 compile-with "${NORMAL_C} -I$S/dev/ath"
742dev/ath/if_ath_tdma.c optional ath \
743 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 2983 unchanged lines hidden ---
738dev/ath/if_ath_tx.c optional ath \
739 compile-with "${NORMAL_C} -I$S/dev/ath"
740dev/ath/if_ath_tx_edma.c optional ath \
741 compile-with "${NORMAL_C} -I$S/dev/ath"
742dev/ath/if_ath_tx_ht.c optional ath \
743 compile-with "${NORMAL_C} -I$S/dev/ath"
744dev/ath/if_ath_tdma.c optional ath \
745 compile-with "${NORMAL_C} -I$S/dev/ath"

--- 2983 unchanged lines hidden ---