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