1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Make acpi_quirks.h conditional on device acpi.

This commit is contained in:
Nate Lawson 2004-06-30 04:52:55 +00:00
parent 89fb5af803
commit 0f18ebd28a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131316

View File

@ -4,7 +4,7 @@
# limitations in config: backslash-newline doesn't work in strings, and
# dependency lines other than the first are silently ignored.
#
acpi_quirks.h standard \
acpi_quirks.h optional acpi
dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
no-obj no-implicit-rule \