Date: Mon, 5 Jan 2015 16:52:26 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276711 - head/sys/boot/fdt Message-ID: <201501051652.t05GqQFa016873@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501051652.t05GqQFa016873>