summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/brutefir/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/brutefir/Makefile b/package/brutefir/Makefile
index a65661aad..6ce46c7b3 100644
--- a/package/brutefir/Makefile
+++ b/package/brutefir/Makefile
@@ -25,7 +25,7 @@ $(eval $(call PKG_template,BRUTEFIR,brutefir,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG
ifeq ($(ADK_TARGET_CPU_WITH_SSE2),y)
TARGET_CFLAGS+= -msse2
else
-ifeq($ADK_TARGET_CPU_WITH_SSE),y)
+ifeq ($ADK_TARGET_CPU_WITH_SSE),y)
TARGET_CFLAGS+= -msse
endif
endif