diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-09 18:40:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-09 18:40:44 +0100 |
commit | a1ee92b47227125bfa22f4d122a8ff1a3a228652 (patch) | |
tree | 898232b160d2bd3086816325073fa54b575db0d5 /package/brutefir/Makefile | |
parent | a210582942d6a2c91e69043b2e1a61f2b61ad29c (diff) |
fix typo
Diffstat (limited to 'package/brutefir/Makefile')
-rw-r--r-- | package/brutefir/Makefile | 2 |
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 |