Index: boot/Makefile.common
===================================================================
--- boot/Makefile.common	(revision 606c36909b6993ba6c2ab0208a9d54e4aa98d7d3)
+++ boot/Makefile.common	(revision 097f4219b7d1531776dbf497f0508aed611d45a5)
@@ -200,4 +200,9 @@
 endif
 
+ifeq ($(CONFIG_MSIM),y)
+RD_APPS_NON_ESSENTIAL += \
+	$(USPACE_PATH)/app/msim/msim
+endif
+
 COMPONENTS = \
 	$(KERNEL_PATH)/kernel.bin \
