Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/21643
Change subject: src/lib/Makefile.inc: Remove loaders subdirectory ......................................................................
src/lib/Makefile.inc: Remove loaders subdirectory
src/lib/loaders was removed in commit 899d13d0df ("cbfs: new API and better program loading").
Change-Id: Ic7a9f5d83c5f9445bf24970e0c8cc645dd1944ff Signed-off-by: Jonathan Neuschäfer j.neuschaefer@gmx.net --- M src/lib/Makefile.inc 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/21643/1
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index e50eba6..778bea8 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -12,7 +12,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -subdirs-y += loaders subdirs-y += gnat
ifeq ($(CONFIG_UBSAN),y)