summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.inc
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2017-09-22 22:27:55 +0200
committerMartin Roth <martinroth@google.com>2017-09-26 16:51:18 +0000
commit6c521d3897b6427cf154b2980a035ba62acbf7b3 (patch)
tree62c3f82e277a00b6c2032405c8d1e9d7c9f256f5 /src/lib/Makefile.inc
parentd277960eb8f7c8ed068f1823049c701e00ea8e46 (diff)
downloadcoreboot-6c521d3897b6427cf154b2980a035ba62acbf7b3.tar.xz
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> Reviewed-on: https://review.coreboot.org/21643 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/lib/Makefile.inc')
-rw-r--r--src/lib/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index e50eba663a..778bea8165 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)