commit | 92ccc96bf3cd6c6a3a9a56e03d5ceb4874735d22 | [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 | 62584db191013f13133be0f6702d0c935a7c85a6 [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