summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2013-04-03 14:57:43 +1300
committerAnthony Blake <anthonix@me.com>2013-04-03 14:57:43 +1300
commit17aaf9d6216cd7c608824a2b4fd0e735004e612e (patch)
tree736cf7c40e1b139a4ce067fbc09f6826b6a1b310 /src/Makefile.am
parent73a533c0d457b77ca2745a2824622e5d261b6bd8 (diff)
downloadffts-17aaf9d6216cd7c608824a2b4fd0e735004e612e.zip
ffts-17aaf9d6216cd7c608824a2b4fd0e735004e612e.tar.gz
Added VFP support for ARM
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5f6db47..69a8559 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@ if HAVE_NEON
if DYNAMIC_DISABLED
libffts_la_SOURCES += neon_static_f.s neon_static_i.s
else
-libffts_la_SOURCES += neon.s
+libffts_la_SOURCES += neon.s vfp.s
endif
else
OpenPOWER on IntegriCloud