diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-11 14:36:10 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-17 14:11:34 -0500 |
commit | 4678d742567e282d9e0f786441f59102e8d3553e (patch) | |
tree | 7b0cd0b2ec5a21ab067947c08238abcf96a309a2 /fs/sandbox | |
parent | 57c3e5fcf2cbc791d9507c8b8c09df1ef21c043a (diff) | |
download | u-boot-imx-4678d742567e282d9e0f786441f59102e8d3553e.zip u-boot-imx-4678d742567e282d9e0f786441f59102e8d3553e.tar.gz u-boot-imx-4678d742567e282d9e0f786441f59102e8d3553e.tar.bz2 |
fs: descend into sub directories when it is necessary
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'fs/sandbox')
-rw-r--r-- | fs/sandbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |