Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision 01a7aa187b82df4ff11a19c34ee7ffac75ab2786)
+++ uspace/Makefile	(revision 68f57e1baf7a0ef1d2d7ca7bc3648755a58dcc03)
@@ -138,4 +138,9 @@
 endif
 
+ifeq ($(CONFIG_MSIM),y)
+DIRS += \
+	app/msim
+endif
+
 ## Platform-specific hardware support
 #
