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/ext4/Makefile b/fs/ext4/Makefile index 0f5d399..8d15bda 100644 --- a/fs/ext4/Makefile +++ b/fs/ext4/Makefile
@@ -9,5 +9,5 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_FS_EXT4) := ext4fs.o ext4_common.o dev.o +obj-y := ext4fs.o ext4_common.o dev.o obj-$(CONFIG_EXT4_WRITE) += ext4_write.o ext4_journal.o crc16.o