From 17aaf9d6216cd7c608824a2b4fd0e735004e612e Mon Sep 17 00:00:00 2001 From: Anthony Blake Date: Wed, 3 Apr 2013 14:57:43 +1300 Subject: Added VFP support for ARM --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit v1.1