Index: uspace/srv/vfs/Makefile
===================================================================
--- uspace/srv/vfs/Makefile	(revision bcf23cf205b620d11eb8a20690ab257c14d92af0)
+++ uspace/srv/vfs/Makefile	(revision 40676a2fea3f5d23d052051e8a91f5deba9749be)
@@ -45,5 +45,6 @@
 	vfs_register.c \
 	vfs_lookup.c \
-	vfs_mount.c
+	vfs_mount.c \
+	vfs_open.c
 
 OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
