summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:35 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:35 +0200
commit0ed157cd19b5b9efe815219c9853300a314f3eed (patch)
treee7efb5c010da88600de6d19d9ed3feec983bf790 /fs/Makefile
parent79bd10153a001529971d474b79701f324f5c21c4 (diff)
downloadbarebox-0ed157cd19b5b9efe815219c9853300a314f3eed.tar.gz
barebox-0ed157cd19b5b9efe815219c9853300a314f3eed.tar.xz
svn_rev_234
beginning filesystem support
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile31
1 files changed, 2 insertions, 29 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 273d90e011..ceb38fc3de 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -1,29 +1,2 @@
-#
-# (C) Copyright 2000-2006
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# See file CREDITS for list of people who contributed to this
-# project.
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
-#
-#
-
-SUBDIRS := jffs2 cramfs fdos fat reiserfs ext2
-
-$(obj).depend all:
- @for dir in $(SUBDIRS) ; do \
- $(MAKE) -C $$dir $@ ; done
+obj-$(CONFIG_FS_CRAMFS) += cramfs/
+obj-$(CONFIG_FS) += fs.o