summaryrefslogtreecommitdiffstats
path: root/sys/boot/fdt/Makefile
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2015-01-05 16:52:25 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2015-01-05 16:52:25 +0000
commit8d2c79a0f0cb83d3b57961d47f01de3ae2ac5f20 (patch)
tree46b58038273317bb9d4980511aa85b8ce5e5b900 /sys/boot/fdt/Makefile
parent9957115130cd6505154b786a5eb9e94d6933f80a (diff)
downloadFreeBSD-src-8d2c79a0f0cb83d3b57961d47f01de3ae2ac5f20.zip
FreeBSD-src-8d2c79a0f0cb83d3b57961d47f01de3ae2ac5f20.tar.gz
Missed change in r276688. Apologies for build breakage.
Diffstat (limited to 'sys/boot/fdt/Makefile')
-rw-r--r--sys/boot/fdt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/fdt/Makefile b/sys/boot/fdt/Makefile
index 2ec5796..e7b939d 100644
--- a/sys/boot/fdt/Makefile
+++ b/sys/boot/fdt/Makefile
@@ -6,7 +6,8 @@ LIB= fdt
INTERNALLIB=
# Vendor sources of libfdt.
-SRCS+= fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
+SRCS+= fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c \
+ fdt_empty_tree.c
# Loader's fdt commands extension sources.
SRCS+= fdt_loader_cmd.c
OpenPOWER on IntegriCloud