summaryrefslogtreecommitdiff
path: root/codecs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/Makefile')
-rw-r--r--codecs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index df527ff7c..776f8747f 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -31,7 +31,7 @@ all: _all
include $(ASTTOPDIR)/Makefile.moddir_rules
-ifneq ($(GSM_INTERNAL),)
+ifneq ($(GSM_INTERNAL),no)
GSM_INCLUDE:=-Igsm/inc
$(if $(filter codec_gsm,$(EMBEDDED_MODS)),modules.link,codec_gsm.so): gsm/lib/libgsm.a
endif