svn commit: r276711 - head/sys/boot/fdt

Nathan Whitehorn nwhitehorn at FreeBSD.org
Mon Jan 5 16:52:26 UTC 2015


Author: nwhitehorn
Date: Mon Jan  5 16:52:25 2015
New Revision: 276711
URL: https://svnweb.freebsd.org/changeset/base/276711

Log:
  Missed change in r276688. Apologies for build breakage.

Modified:
  head/sys/boot/fdt/Makefile

Modified: head/sys/boot/fdt/Makefile
==============================================================================
--- head/sys/boot/fdt/Makefile	Mon Jan  5 16:43:22 2015	(r276710)
+++ head/sys/boot/fdt/Makefile	Mon Jan  5 16:52:25 2015	(r276711)
@@ -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


More information about the svn-src-all mailing list