summaryrefslogtreecommitdiff
path: root/src/commonlib/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib/Makefile.mk')
-rw-r--r--src/commonlib/Makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commonlib/Makefile.mk b/src/commonlib/Makefile.mk
index 30aaddf2cc..00f3629c1e 100644
--- a/src/commonlib/Makefile.mk
+++ b/src/commonlib/Makefile.mk
@@ -65,3 +65,7 @@ decompressor-y += bsd/gcd.c
all-y += bsd/gcd.c
all-y += bsd/ipchksum.c
+
+decompressor-y += bsd/string.c
+smm-y += bsd/string.c
+all-y += bsd/string.c