Deleted Added
full compact
files (185522) files (185605)
1# $FreeBSD: head/sys/conf/files 185522 2008-12-01 16:53:01Z sam $
1# $FreeBSD: head/sys/conf/files 185605 2008-12-04 07:59:05Z kmacy $
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" \

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

2758
2759xen/gnttab.c optional xen
2760xen/features.c optional xen
2761xen/evtchn/evtchn.c optional xen
2762xen/evtchn/evtchn_dev.c optional xen
2763xen/xenbus/xenbus_client.c optional xen
2764xen/xenbus/xenbus_comms.c optional xen
2765xen/xenbus/xenbus_dev.c optional xen
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" \

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

2758
2759xen/gnttab.c optional xen
2760xen/features.c optional xen
2761xen/evtchn/evtchn.c optional xen
2762xen/evtchn/evtchn_dev.c optional xen
2763xen/xenbus/xenbus_client.c optional xen
2764xen/xenbus/xenbus_comms.c optional xen
2765xen/xenbus/xenbus_dev.c optional xen
2766xen/xenbus/xenbus_if.m optional xen
2766xen/xenbus/xenbus_probe.c optional xen
2767xen/xenbus/xenbus_probe.c optional xen
2767xen/xenbus/xenbus_probe_backend.c optional xen
2768#xen/xenbus/xenbus_probe_backend.c optional xen
2768xen/xenbus/xenbus_xs.c optional xen
2769dev/xen/console/console.c optional xen
2770dev/xen/console/xencons_ring.c optional xen
2771dev/xen/blkfront/blkfront.c optional xen
2772dev/xen/netfront/netfront.c optional xen
2769xen/xenbus/xenbus_xs.c optional xen
2770dev/xen/console/console.c optional xen
2771dev/xen/console/xencons_ring.c optional xen
2772dev/xen/blkfront/blkfront.c optional xen
2773dev/xen/netfront/netfront.c optional xen
2774#dev/xen/xenpci/xenpci.c optional xen
2775#xen/xenbus/xenbus_newbus.c optional xenhvm
2776