This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c5c3ba6b43
freebsd-dev
/
usr.sbin
/
Makefile.arm64
7 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
Also build ofwdump on arm64. Obtained from: EuroBSDCon Devsummit Sponsored by: ABT Systems Ltd
2015-10-01 09:40:33 +00:00
# $FreeBSD$
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
2015-11-08 20:56:04 +00:00
.
i
f
${MK_ACPI}
!=
"no"
SUBDIR
+=
acpi
.
e
n
d
i
f
Also build ofwdump on arm64. Obtained from: EuroBSDCon Devsummit Sponsored by: ABT Systems Ltd
2015-10-01 09:40:33 +00:00
SUBDIR
+=
ofwdump
Reference in New Issue
Copy Permalink