summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDennis Shtatnov <densht@gmail.com>2013-12-24 11:27:27 -0500
committerDennis Shtatnov <densht@gmail.com>2013-12-24 11:27:27 -0500
commit04f4f12b3d7c6ef92694942d6dbfaedbd1d58cac (patch)
treee6134e873d749626179f4be20382d9c88c574e6c /src/Makefile.am
parent7221faede6e374c8b9cf8bb66cf4ab2cbd28f93b (diff)
downloadffts-04f4f12b3d7c6ef92694942d6dbfaedbd1d58cac.zip
ffts-04f4f12b3d7c6ef92694942d6dbfaedbd1d58cac.tar.gz
Fix compiling static code with NEON
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8547795..aa4c3c3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,10 +20,10 @@ libffts_la_SOURCES += vfp.s
else
if HAVE_NEON
+libffts_la_SOURCES += neon.s
+
if DYNAMIC_DISABLED
libffts_la_SOURCES += neon_static_f.s neon_static_i.s
-else
-libffts_la_SOURCES += neon.s
endif
else
OpenPOWER on IntegriCloud