Deleted Added
full compact
files (235676) files (235679)
1# $FreeBSD: head/sys/conf/files 235676 2012-05-20 02:05:10Z adrian $
1# $FreeBSD: head/sys/conf/files 235679 2012-05-20 02:49:42Z 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" \

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

715dev/ath/if_ath_keycache.c optional ath \
716 compile-with "${NORMAL_C} -I$S/dev/ath"
717dev/ath/if_ath_led.c optional ath \
718 compile-with "${NORMAL_C} -I$S/dev/ath"
719dev/ath/if_ath_tx.c optional ath \
720 compile-with "${NORMAL_C} -I$S/dev/ath"
721dev/ath/if_ath_tx_ht.c optional ath \
722 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" \

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

715dev/ath/if_ath_keycache.c optional ath \
716 compile-with "${NORMAL_C} -I$S/dev/ath"
717dev/ath/if_ath_led.c optional ath \
718 compile-with "${NORMAL_C} -I$S/dev/ath"
719dev/ath/if_ath_tx.c optional ath \
720 compile-with "${NORMAL_C} -I$S/dev/ath"
721dev/ath/if_ath_tx_ht.c optional ath \
722 compile-with "${NORMAL_C} -I$S/dev/ath"
723dev/ath/if_ath_tdma.c optional ath \
724 compile-with "${NORMAL_C} -I$S/dev/ath"
723dev/ath/if_ath_sysctl.c optional ath \
724 compile-with "${NORMAL_C} -I$S/dev/ath"
725dev/ath/if_ath_rx.c optional ath \
726 compile-with "${NORMAL_C} -I$S/dev/ath"
727dev/ath/ah_osdep.c optional ath \
728 compile-with "${NORMAL_C} -I$S/dev/ath"
729#
730dev/ath/ath_hal/ah.c optional ath \

--- 3004 unchanged lines hidden ---
725dev/ath/if_ath_sysctl.c optional ath \
726 compile-with "${NORMAL_C} -I$S/dev/ath"
727dev/ath/if_ath_rx.c optional ath \
728 compile-with "${NORMAL_C} -I$S/dev/ath"
729dev/ath/ah_osdep.c optional ath \
730 compile-with "${NORMAL_C} -I$S/dev/ath"
731#
732dev/ath/ath_hal/ah.c optional ath \

--- 3004 unchanged lines hidden ---