summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.arm64
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-11-08 20:56:04 +0000
committeremaste <emaste@FreeBSD.org>2015-11-08 20:56:04 +0000
commit20c0ff4341904e8a4596e312345f3230a531deaf (patch)
tree46d06ef879af70723e9ede2bd71da79bcc7bade5 /usr.sbin/Makefile.arm64
parent147f4bbc86406d9323d1a991cee21c88d5b7dfaa (diff)
downloadFreeBSD-src-20c0ff4341904e8a4596e312345f3230a531deaf.zip
FreeBSD-src-20c0ff4341904e8a4596e312345f3230a531deaf.tar.gz
arm64: build usr.sbin/acpi subdirectory
The arm64 platform will in general use ACPI so we want these tools built there. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/Makefile.arm64')
-rw-r--r--usr.sbin/Makefile.arm643
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/Makefile.arm64 b/usr.sbin/Makefile.arm64
index 8987110..c2d5f36 100644
--- a/usr.sbin/Makefile.arm64
+++ b/usr.sbin/Makefile.arm64
@@ -1,3 +1,6 @@
# $FreeBSD$
+.if ${MK_ACPI} != "no"
+SUBDIR+= acpi
+.endif
SUBDIR+= ofwdump
OpenPOWER on IntegriCloud