files (f8f8d87cd902d79d09e315cac56f996cdeffa9fc) files (b43e2c8b56b9f494a962c82572e0306ac06ad8d7)
1# $FreeBSD$
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" \

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

2699dev/puc/puc.c optional puc
2700dev/puc/puc_cfg.c optional puc
2701dev/puc/puc_pccard.c optional puc pccard
2702dev/puc/puc_pci.c optional puc pci
2703dev/pwm/pwmc.c optional pwm | pwmc
2704dev/pwm/pwmbus.c optional pwm | pwmbus
2705dev/pwm/pwmbus_if.m optional pwm | pwmbus
2706dev/pwm/ofw_pwm.c optional pwm fdt | pwmbus fdt
1# $FreeBSD$
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" \

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

2699dev/puc/puc.c optional puc
2700dev/puc/puc_cfg.c optional puc
2701dev/puc/puc_pccard.c optional puc pccard
2702dev/puc/puc_pci.c optional puc pci
2703dev/pwm/pwmc.c optional pwm | pwmc
2704dev/pwm/pwmbus.c optional pwm | pwmbus
2705dev/pwm/pwmbus_if.m optional pwm | pwmbus
2706dev/pwm/ofw_pwm.c optional pwm fdt | pwmbus fdt
2707dev/pwm/ofw_pwmbus.c optional pwm fdt | pwmbus fdt
2707dev/quicc/quicc_core.c optional quicc
2708dev/ral/rt2560.c optional ral
2709dev/ral/rt2661.c optional ral
2710dev/ral/rt2860.c optional ral
2711dev/ral/if_ral_pci.c optional ral pci
2712rt2561fw.c optional rt2561fw | ralfw \
2713 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2561.fw:rt2561fw -mrt2561 -c${.TARGET}" \
2714 no-implicit-rule before-depend local \

--- 2237 unchanged lines hidden ---
2708dev/quicc/quicc_core.c optional quicc
2709dev/ral/rt2560.c optional ral
2710dev/ral/rt2661.c optional ral
2711dev/ral/rt2860.c optional ral
2712dev/ral/if_ral_pci.c optional ral pci
2713rt2561fw.c optional rt2561fw | ralfw \
2714 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2561.fw:rt2561fw -mrt2561 -c${.TARGET}" \
2715 no-implicit-rule before-depend local \

--- 2237 unchanged lines hidden ---