pc/wifi: shared library depends on symbol.map

CUSTOM_TARGET_DEPS does not trigger relinking the lib but recreates the
.tag file only.
This commit is contained in:
Christian Helmuth 2022-06-02 09:23:35 +02:00
parent 6326774056
commit 83f5dd8a8b

View File

@ -47,7 +47,7 @@ vpath %.cc $(REP_DIR)/src/lib/pc
vpath %.c $(TARGET_LIB_DIR)
vpath %.cc $(TARGET_LIB_DIR)
CUSTOM_TARGET_DEPS += $(TARGET_LIB_DIR)/symbol.map
$(LIB).lib.so: $(TARGET_LIB_DIR)/symbol.map
#
# Genode C-API backends