commit | e82004bc68cba738b316897bd7a31191ab19f04f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Oct 17 20:38:53 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Oct 31 13:26:44 2013 -0400 |
tree | e7985506ad97bad5b28205c3b39d4c2bfa6a83af | |
parent | 9c3f0bc5eec6a660927e9f3ab5408d6b3e6e43ae [diff] |
fs: move some file system to fs/Makefile This commit moves some subdirectories of fs from the toplevel Makefile to fs/Makefile using Kbuild descending feature. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>