From e82004bc68cba738b316897bd7a31191ab19f04f Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 17 Oct 2013 20:38:53 +0900 Subject: 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 Acked-by: Simon Glass --- fs/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'fs/Makefile') diff --git a/fs/Makefile b/fs/Makefile index ea2eb0967b..bdcd74631d 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -7,3 +7,14 @@ # obj-y += fs.o + +obj-y += cbfs/ +obj-y += cramfs/ +obj-y += ext4/ +obj-y += fdos/ +obj-y += jffs2/ +obj-y += reiserfs/ +obj-y += sandbox/ +obj-y += ubifs/ +obj-y += yaffs2/ +obj-y += zfs/ -- cgit v1.2.1