Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision caa8a94d13e5b8fa72a19fe1bcb1d82be5482739)
+++ uspace/Makefile	(revision cb15135a169187330f7eab65cd41de6f1250963c)
@@ -72,4 +72,6 @@
 	srv/fs/tmpfs \
 	srv/fs/devfs \
+	srv/fs/pipefs \
+	srv/fs/ext2 \
 	srv/hid/adb_mouse \
 	srv/hid/char_mouse \
@@ -148,5 +150,6 @@
 	lib/drv \
 	lib/packet \
-	lib/net
+	lib/net \
+	lib/ext2
 
 LIBC_BUILD = $(addsuffix .build,$(LIBC))
