commit | 1184287cfbf2f027cd800e0476a539154a9d8bcc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 26 09:53:35 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Mar 04 14:19:56 2013 -0500 |
tree | 7dda0f2132ce0b85cb574ca33ac85a9ac5727fd7 | |
parent | f1c45c8f4d151250c29afe3318f697ab2f373caa [diff] [blame] |
sandbox: Add host filesystem This allows reading of files from the host filesystem in sandbox. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com>
diff --git a/Makefile b/Makefile index fc18dd4..8f01ff4 100644 --- a/Makefile +++ b/Makefile
@@ -264,6 +264,7 @@ fs/fdos/libfdos.o \ fs/jffs2/libjffs2.o \ fs/reiserfs/libreiserfs.o \ + fs/sandbox/libsandboxfs.o \ fs/ubifs/libubifs.o \ fs/yaffs2/libyaffs2.o \ fs/zfs/libzfs.o