Deleted Added
full compact
files (235233) files (235323)
1# $FreeBSD: head/sys/conf/files 235233 2012-05-10 17:41:16Z bschmidt $
1# $FreeBSD: head/sys/conf/files 235323 2012-05-12 05:26:49Z 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" \

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

3683dev/xen/netback/netback.c optional xen | xenhvm
3684dev/xen/netfront/netfront.c optional xen | xenhvm
3685dev/xen/xenpci/xenpci.c optional xenpci
3686dev/xen/xenpci/evtchn.c optional xenpci
3687
3688dev/etherswitch/mdio_if.m optional miiproxy
3689dev/etherswitch/mdio.c optional miiproxy
3690dev/etherswitch/miiproxy.c optional miiproxy
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" \

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

3683dev/xen/netback/netback.c optional xen | xenhvm
3684dev/xen/netfront/netfront.c optional xen | xenhvm
3685dev/xen/xenpci/xenpci.c optional xenpci
3686dev/xen/xenpci/evtchn.c optional xenpci
3687
3688dev/etherswitch/mdio_if.m optional miiproxy
3689dev/etherswitch/mdio.c optional miiproxy
3690dev/etherswitch/miiproxy.c optional miiproxy
3691
3692dev/etherswitch/etherswitch.c optional etherswitch
3693dev/etherswitch/etherswitch_if.m optional etherswitch
3694
3695dev/etherswitch/rtl8366/rtl8366rb.c optional rtl8366rb
3696
3697dev/etherswitch/arswitch/arswitch.c optional arswitch
3698dev/etherswitch/arswitch/arswitch_reg.c optional arswitch
3699dev/etherswitch/arswitch/arswitch_phy.c optional arswitch
3700dev/etherswitch/arswitch/arswitch_8216.c optional arswitch
3701dev/etherswitch/arswitch/arswitch_8226.c optional arswitch
3702dev/etherswitch/arswitch/arswitch_8316.c optional arswitch
3703dev/etherswitch/arswitch/arswitch_7240.c optional arswitch