Index: boot/Makefile.common
===================================================================
--- boot/Makefile.common	(revision f7981780b553fa33f466e5900f1947df6d56a64a)
+++ boot/Makefile.common	(revision 7fb3f1c0cd0601d504202af56df44cb8372b7dfe)
@@ -118,6 +118,9 @@
 RD_DRV_CFG = 
 
-RD_LIBS = \
-	$(USPACE_PATH)/lib/test/libtest.so.0
+RD_LIBS =
+
+ifeq ($(CONFIG_RTLD), y)
+	RD_LIBS += $(USPACE_PATH)/lib/test/libtest.so.0
+endif
 
 ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
