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>
This commit is contained in:
Jonathan Neuschäfer 2017-09-22 22:27:55 +02:00 committed by Martin Roth
parent d277960eb8
commit 6c521d3897
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
subdirs-y += loaders
subdirs-y += gnat subdirs-y += gnat
ifeq ($(CONFIG_UBSAN),y) ifeq ($(CONFIG_UBSAN),y)