Deleted Added
full compact
files (194743) files (194763)
1# $FreeBSD: head/sys/conf/files 194743 2009-06-23 17:42:06Z gallatin $
1# $FreeBSD: head/sys/conf/files 194763 2009-06-23 20:36:59Z marius $
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" \

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

918dev/firewire/if_fwe.c optional fwe
919dev/firewire/if_fwip.c optional fwip
920dev/firewire/sbp.c optional sbp
921dev/firewire/sbp_targ.c optional sbp_targ
922dev/flash/at45d.c optional at45d
923dev/fxp/if_fxp.c optional fxp inet
924dev/gem/if_gem.c optional gem
925dev/gem/if_gem_pci.c optional gem pci
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" \

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

918dev/firewire/if_fwe.c optional fwe
919dev/firewire/if_fwip.c optional fwip
920dev/firewire/sbp.c optional sbp
921dev/firewire/sbp_targ.c optional sbp_targ
922dev/flash/at45d.c optional at45d
923dev/fxp/if_fxp.c optional fxp inet
924dev/gem/if_gem.c optional gem
925dev/gem/if_gem_pci.c optional gem pci
926dev/gem/if_gem_sbus.c optional gem sbus
926dev/hatm/if_hatm.c optional hatm pci
927dev/hatm/if_hatm_intr.c optional hatm pci
928dev/hatm/if_hatm_ioctl.c optional hatm pci
929dev/hatm/if_hatm_rx.c optional hatm pci
930dev/hatm/if_hatm_tx.c optional hatm pci
931dev/hifn/hifn7751.c optional hifn
932dev/hme/if_hme.c optional hme
933dev/hme/if_hme_pci.c optional hme pci

--- 1880 unchanged lines hidden ---
927dev/hatm/if_hatm.c optional hatm pci
928dev/hatm/if_hatm_intr.c optional hatm pci
929dev/hatm/if_hatm_ioctl.c optional hatm pci
930dev/hatm/if_hatm_rx.c optional hatm pci
931dev/hatm/if_hatm_tx.c optional hatm pci
932dev/hifn/hifn7751.c optional hifn
933dev/hme/if_hme.c optional hme
934dev/hme/if_hme_pci.c optional hme pci

--- 1880 unchanged lines hidden ---