]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - scripts/Makefile.spl
env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it
[people/ms/u-boot.git] / scripts / Makefile.spl
index 64390e57859756a7f82001be758778a1a3a6ccaf..2993ade41e25f19a06ed25091bd3b30d19d11ed7 100644 (file)
@@ -50,6 +50,8 @@ endif
 include $(srctree)/config.mk
 include $(srctree)/arch/$(ARCH)/Makefile
 
+include $(srctree)/scripts/Makefile.lib
+
 # Enable garbage collection of un-used sections for SPL
 KBUILD_CFLAGS += -ffunction-sections -fdata-sections
 LDFLAGS_FINAL += --gc-sections