efi/libstub: Move file I/O support code into separate file
[linux-2.6-microblaze.git] / drivers / firmware / efi / libstub / Makefile
index a07b044..1202c9e 100644 (file)
@@ -40,7 +40,7 @@ OBJECT_FILES_NON_STANDARD     := y
 KCOV_INSTRUMENT                        := n
 
 lib-y                          := efi-stub-helper.o gop.o secureboot.o tpm.o \
-                                  mem.o random.o randomalloc.o pci.o
+                                  file.o mem.o random.o randomalloc.o pci.o
 
 # include the stub's generic dependencies from lib/ when building for ARM/arm64
 arm-deps-y := fdt_rw.c fdt_ro.c fdt_wip.c fdt.c fdt_empty_tree.c fdt_sw.c