Merge git://www.denx.de/git/u-boot
[oweals/u-boot.git] / fs / Makefile
index 79cbdeaa7a9dd271bd3c32577053c2c6dfbef123..118ae78f2d37d46f0f56f48763a7cc9aa88b59b9 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,8 +22,8 @@
 #
 #
 
-SUBDIRS        := jffs2 cramfs fdos fat reiserfs ext2
+SUBDIRS        := romfs jffs2 cramfs fdos fat reiserfs ext2
 
-.depend all:
+$(obj).depend all:
        @for dir in $(SUBDIRS) ; do \
                $(MAKE) -C $$dir $@ ; done