summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-07-07 18:12:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-16 10:46:18 +0200
commitd6e62b225b89c4dcc715b839eefbde1254f67be7 (patch)
tree341cc0f57b0f2e73ec4923e105684573dda153bd /fs/Makefile
parente4caa90188430e1d527a40edb0e613b05900b243 (diff)
downloadbarebox-d6e62b225b89c4dcc715b839eefbde1254f67be7.tar.gz
barebox-d6e62b225b89c4dcc715b839eefbde1254f67be7.tar.xz
fs: implement EFI filesystem driver
This implements a filesystem driver which uses the EFI Simple File System Protocol to provide files from EFI to barebox. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index d3465edfa5..f02785176c 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -11,3 +11,4 @@ obj-$(CONFIG_FS_OMAP4_USBBOOT) += omap4_usbbootfs.o
obj-$(CONFIG_FS_NFS) += nfs.o parseopt.o
obj-$(CONFIG_FS_BPKFS) += bpkfs.o
obj-$(CONFIG_FS_UIMAGEFS) += uimagefs.o
+obj-$(CONFIG_FS_EFI) += efi.o