summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:39 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:39 +0200
commit877e92f7f12a8b3653fef509c08837febda4f27c (patch)
tree2c92b385c39450485bd6e3b88834f97daa3dc911 /fs/Makefile
parentf0c67c6581e1e2f89fb6296797885af475dd878a (diff)
downloadbarebox-877e92f7f12a8b3653fef509c08837febda4f27c.tar.gz
barebox-877e92f7f12a8b3653fef509c08837febda4f27c.tar.xz
svn_rev_284
add devfs
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index be215da33b..f64a07a71b 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_FS_CRAMFS) += cramfs/
obj-$(CONFIG_FS) += fs.o
obj-$(CONFIG_FS) += ramfs.o
+obj-y += devfs.o