]> git.sur5r.net Git - u-boot/blobdiff - fs/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
[u-boot] / fs / Makefile
index 27ee6fbdece9f4d7c4bbad89f01056edbebcd3fc..273d90e011b90afc1d32ca706abc21e11913a67a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# (C) Copyright 2000, 2001
+# (C) Copyright 2000-2006
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
 # See file CREDITS for list of people who contributed to this
@@ -22,9 +22,8 @@
 #
 #
 
-SUBDIRS        := jffs2 fdos fat
+SUBDIRS        := jffs2 cramfs fdos fat reiserfs ext2
 
-.depend all:
+$(obj).depend all:
        @for dir in $(SUBDIRS) ; do \
                $(MAKE) -C $$dir $@ ; done
-