summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2007-07-14 12:41:23 +0200
committerMichal Simek <monstr@monstr.eu>2007-07-14 12:41:23 +0200
commit91bb4ca665d2e0cf7f60c4b5b370990250ec0c43 (patch)
tree36778a34400de5b840f79482a39f4fdb3997d29f /fs/Makefile
parent5a2f1098d81ad58b309e5e558d0492643166a799 (diff)
downloadtalos-obmc-uboot-91bb4ca665d2e0cf7f60c4b5b370990250ec0c43.tar.gz
talos-obmc-uboot-91bb4ca665d2e0cf7f60c4b5b370990250ec0c43.zip
[FS] Added support for ROMFS
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 273d90e011..118ae78f2d 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -22,7 +22,7 @@
#
#
-SUBDIRS := jffs2 cramfs fdos fat reiserfs ext2
+SUBDIRS := romfs jffs2 cramfs fdos fat reiserfs ext2
$(obj).depend all:
@for dir in $(SUBDIRS) ; do \
OpenPOWER on IntegriCloud