X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2FMakefile;h=273d90e011b90afc1d32ca706abc21e11913a67a;hb=8502e30a28e492c756ea2d7df0ace026388fce4b;hp=ad74942d08dbdf6e0b519b331f622784c8c81cad;hpb=2262cfeef91458b01a1bfe3812ccbbfdf8b82807;p=u-boot diff --git a/fs/Makefile b/fs/Makefile index ad74942d08..273d90e011 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -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 +SUBDIRS := jffs2 cramfs fdos fat reiserfs ext2 -.depend all: +$(obj).depend all: @for dir in $(SUBDIRS) ; do \ $(MAKE) -C $$dir $@ ; done -