aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-03-21 04:21:16 +0000
committerMark Johnston <markj@FreeBSD.org>2024-03-21 05:05:05 +0000
commitf29af8618bf94f1e58877feb6dbef35bd8bbf56b (patch)
tree00546da3a9a33f01438fc07726da7d2879656e87 /lib/Makefile
parentd1c5d0cfcc1733c243d87f20477b115db4cf24b6 (diff)
downloadsrc-f29af8618bf94f1e58877feb6dbef35bd8bbf56b.tar.gz
src-f29af8618bf94f1e58877feb6dbef35bd8bbf56b.zip
libfdt: Make an internal FDT library available
This will be used by bhyve to build a device tree when booting arm64 guests. Reviewed by: corvink, jhb MFC after: 1 week Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D40994
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 9d2531820c8b..a632a77e6071 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -171,6 +171,7 @@ SUBDIR+= clang
SUBDIR.${MK_CUSE}+= libcuse
SUBDIR.${MK_TOOLCHAIN}+=libpe
SUBDIR.${MK_DIALOG}+= libdpv libfigpar
+SUBDIR.${MK_FDT}+= libfdt
SUBDIR.${MK_FILE}+= libmagic
SUBDIR.${MK_GPIO}+= libgpio
SUBDIR.${MK_GSSAPI}+= libgssapi librpcsec_gss