Deleted Added
full compact
files (224987) files (226026)
1# $FreeBSD: head/sys/conf/files 224987 2011-08-18 22:51:30Z jonathan $
1# $FreeBSD: head/sys/conf/files 226026 2011-10-04 21:40:25Z delphij $
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" \

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

1828dev/twa/tw_cl_misc.c optional twa \
1829 compile-with "${NORMAL_C} -I$S/dev/twa"
1830dev/twa/tw_osl_cam.c optional twa \
1831 compile-with "${NORMAL_C} -I$S/dev/twa"
1832dev/twa/tw_osl_freebsd.c optional twa \
1833 compile-with "${NORMAL_C} -I$S/dev/twa"
1834dev/twe/twe.c optional twe
1835dev/twe/twe_freebsd.c optional twe
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" \

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

1828dev/twa/tw_cl_misc.c optional twa \
1829 compile-with "${NORMAL_C} -I$S/dev/twa"
1830dev/twa/tw_osl_cam.c optional twa \
1831 compile-with "${NORMAL_C} -I$S/dev/twa"
1832dev/twa/tw_osl_freebsd.c optional twa \
1833 compile-with "${NORMAL_C} -I$S/dev/twa"
1834dev/twe/twe.c optional twe
1835dev/twe/twe_freebsd.c optional twe
1836dev/tws/tws.c optional tws
1837dev/tws/tws_cam.c optional tws
1838dev/tws/tws_hdm.c optional tws
1839dev/tws/tws_services.c optional tws
1840dev/tws/tws_user.c optional tws
1836dev/tx/if_tx.c optional tx
1837dev/txp/if_txp.c optional txp
1838dev/uart/uart_bus_acpi.c optional uart acpi
1839#dev/uart/uart_bus_cbus.c optional uart cbus
1840dev/uart/uart_bus_ebus.c optional uart ebus
1841dev/uart/uart_bus_fdt.c optional uart fdt
1842dev/uart/uart_bus_isa.c optional uart isa
1843dev/uart/uart_bus_pccard.c optional uart pccard

--- 1654 unchanged lines hidden ---
1841dev/tx/if_tx.c optional tx
1842dev/txp/if_txp.c optional txp
1843dev/uart/uart_bus_acpi.c optional uart acpi
1844#dev/uart/uart_bus_cbus.c optional uart cbus
1845dev/uart/uart_bus_ebus.c optional uart ebus
1846dev/uart/uart_bus_fdt.c optional uart fdt
1847dev/uart/uart_bus_isa.c optional uart isa
1848dev/uart/uart_bus_pccard.c optional uart pccard

--- 1654 unchanged lines hidden ---