Deleted Added
full compact
files (213215) files (213237)
1# $FreeBSD: head/sys/conf/files 213215 2010-09-27 17:47:09Z jh $
1# $FreeBSD: head/sys/conf/files 213237 2010-09-28 03:24:53Z gonzo $
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" \

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

1005dev/firewire/sbp.c optional sbp
1006dev/firewire/sbp_targ.c optional sbp_targ
1007dev/flash/at45d.c optional at45d
1008dev/flash/mx25l.c optional mx25l
1009dev/fxp/if_fxp.c optional fxp inet
1010dev/gem/if_gem.c optional gem
1011dev/gem/if_gem_pci.c optional gem pci
1012dev/gem/if_gem_sbus.c optional gem sbus
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" \

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

1005dev/firewire/sbp.c optional sbp
1006dev/firewire/sbp_targ.c optional sbp_targ
1007dev/flash/at45d.c optional at45d
1008dev/flash/mx25l.c optional mx25l
1009dev/fxp/if_fxp.c optional fxp inet
1010dev/gem/if_gem.c optional gem
1011dev/gem/if_gem_pci.c optional gem pci
1012dev/gem/if_gem_sbus.c optional gem sbus
1013dev/gpio/gpiobus.c optional gpio \
1014 dependency "gpiobus_if.h"
1015dev/gpio/gpioc.c optional gpio \
1016 dependency "gpio_if.h"
1017dev/gpio/gpioiic.c optional gpioiic
1018dev/gpio/gpioled.c optional gpioled
1019dev/gpio/gpio_if.m optional gpio
1020dev/gpio/gpiobus_if.m optional gpio
1013dev/hatm/if_hatm.c optional hatm pci
1014dev/hatm/if_hatm_intr.c optional hatm pci
1015dev/hatm/if_hatm_ioctl.c optional hatm pci
1016dev/hatm/if_hatm_rx.c optional hatm pci
1017dev/hatm/if_hatm_tx.c optional hatm pci
1018dev/hifn/hifn7751.c optional hifn
1019dev/hme/if_hme.c optional hme
1020dev/hme/if_hme_pci.c optional hme pci

--- 1993 unchanged lines hidden ---
1021dev/hatm/if_hatm.c optional hatm pci
1022dev/hatm/if_hatm_intr.c optional hatm pci
1023dev/hatm/if_hatm_ioctl.c optional hatm pci
1024dev/hatm/if_hatm_rx.c optional hatm pci
1025dev/hatm/if_hatm_tx.c optional hatm pci
1026dev/hifn/hifn7751.c optional hifn
1027dev/hme/if_hme.c optional hme
1028dev/hme/if_hme_pci.c optional hme pci

--- 1993 unchanged lines hidden ---