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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to