Deleted Added
full compact
files (244945) files (244952)
1# $FreeBSD: head/sys/conf/files 244945 2013-01-02 01:24:36Z adrian $
1# $FreeBSD: head/sys/conf/files 244952 2013-01-02 04:00:54Z 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" \

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

721dev/ath/if_ath_tdma.c optional ath \
722 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/if_ath_rx_edma.c optional ath \
728 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" \

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

721dev/ath/if_ath_tdma.c optional ath \
722 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/if_ath_rx_edma.c optional ath \
728 compile-with "${NORMAL_C} -I$S/dev/ath"
729dev/ath/if_ath_spectral.c optional ath \
730 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 \
733 compile-with "${NORMAL_C} -I$S/dev/ath"
734dev/ath/ath_hal/ah_eeprom_v1.c optional ath_hal | ath_ar5210 \
735 compile-with "${NORMAL_C} -I$S/dev/ath"
736dev/ath/ath_hal/ah_eeprom_v3.c optional ath_hal | ath_ar5211 | ath_ar5212 \

--- 2909 unchanged lines hidden ---
731dev/ath/ah_osdep.c optional ath \
732 compile-with "${NORMAL_C} -I$S/dev/ath"
733#
734dev/ath/ath_hal/ah.c optional ath \
735 compile-with "${NORMAL_C} -I$S/dev/ath"
736dev/ath/ath_hal/ah_eeprom_v1.c optional ath_hal | ath_ar5210 \
737 compile-with "${NORMAL_C} -I$S/dev/ath"
738dev/ath/ath_hal/ah_eeprom_v3.c optional ath_hal | ath_ar5211 | ath_ar5212 \

--- 2909 unchanged lines hidden ---