base: disregard ld.lib.so stub as build artifact

The ld.lib.so stub library generated by base/lib/mk/ld.mk has no
purpose at runtime. On the contrary, it must not be integrated into the
boot image because its name collides with the kernel-specific dynamic
linker.
This commit is contained in:
Norman Feske 2022-09-02 15:58:12 +02:00
parent 9aab61f5a7
commit f1f0ee3a21

@ -15,3 +15,6 @@ SHARED_LIB := yes
LD_OPT += -T$(BASE_DIR)/src/lib/ldso/linker.ld
LIBS += $(addprefix ld-,$(KERNEL))
# as the stub libarary is not used at runtime, disregard it as build artifact
BUILD_ARTIFACTS :=