commit | d008e6c53505b71d2abf204ce114ff737a5d2b41 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Nov 11 14:36:10 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Sun Nov 17 14:11:34 2013 -0500 |
tree | 7b0cd0b2ec5a21ab067947c08238abcf96a309a2 | |
parent | af1274a06b90ee32e8c04669793750992ceaa0eb [diff] [blame] |
fs: descend into sub directories when it is necessary Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
diff --git a/fs/sandbox/Makefile b/fs/sandbox/Makefile index faa7c16..ca238f6 100644 --- a/fs/sandbox/Makefile +++ b/fs/sandbox/Makefile
@@ -10,4 +10,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_SANDBOX) := sandboxfs.o +obj-y := sandboxfs.o