Deleted Added
full compact
files (197381) files (197383)
1# $FreeBSD: head/sys/conf/files 197381 2009-09-21 07:38:50Z delphij $
1# $FreeBSD: head/sys/conf/files 197383 2009-09-21 08:17:57Z 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" \

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

2823dev/xen/balloon/balloon.c optional xen | xenhvm
2824dev/xen/console/console.c optional xen
2825dev/xen/console/xencons_ring.c optional xen
2826dev/xen/blkfront/blkfront.c optional xen | xenhvm
2827dev/xen/netfront/netfront.c optional xen | xenhvm
2828dev/xen/xenpci/xenpci.c optional xenpci
2829dev/xen/xenpci/evtchn.c optional xenpci
2830dev/xen/xenpci/machine_reboot.c optional xenpci
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" \

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

2823dev/xen/balloon/balloon.c optional xen | xenhvm
2824dev/xen/console/console.c optional xen
2825dev/xen/console/xencons_ring.c optional xen
2826dev/xen/blkfront/blkfront.c optional xen | xenhvm
2827dev/xen/netfront/netfront.c optional xen | xenhvm
2828dev/xen/xenpci/xenpci.c optional xenpci
2829dev/xen/xenpci/evtchn.c optional xenpci
2830dev/xen/xenpci/machine_reboot.c optional xenpci
2831contrib/x86emu/x86emu.c optional x86emu | dpms | vesa
2832contrib/x86emu/x86emu_util.c optional x86emu | dpms | vesa
2831dev/x86bios/x86bios.c optional x86bios | dpms | vesa
2832dev/x86bios/x86bios_alloc.c optional x86bios | dpms | vesa
2833contrib/x86emu/x86emu.c optional x86bios | dpms | vesa
2834contrib/x86emu/x86emu_util.c optional x86bios | dpms | vesa
2833
2835