summaryrefslogtreecommitdiff
path: root/package/brutefir
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-09 18:40:44 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-09 18:40:44 +0100
commita1ee92b47227125bfa22f4d122a8ff1a3a228652 (patch)
tree898232b160d2bd3086816325073fa54b575db0d5 /package/brutefir
parenta210582942d6a2c91e69043b2e1a61f2b61ad29c (diff)
fix typo
Diffstat (limited to 'package/brutefir')
-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