summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJukka Ojanen <jukka.ojanen@linkotec.net>2015-03-10 17:58:59 +0200
committerJukka Ojanen <jukka.ojanen@linkotec.net>2015-03-10 17:58:59 +0200
commit1f5219fb1bd5519544c92dcf3149b4524c6c728f (patch)
tree179af9c306167503fd54a2864e4058cd1005ca26 /CMakeLists.txt
parent786c32e1d098229e3d6d2bf3ff1c0ab2d0b3c42e (diff)
downloadffts-1f5219fb1bd5519544c92dcf3149b4524c6c728f.zip
ffts-1f5219fb1bd5519544c92dcf3149b4524c6c728f.tar.gz
Don't add 'vfp.s' if dynamic code is disabled
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8dbc7d1..0acf710 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -146,9 +146,6 @@ elseif(ENABLE_VFP)
src/vfp.s
)
endif(NOT DISABLE_DYNAMIC_CODE)
- list(APPEND FFTS_SOURCES
- src/vfp.s
- )
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfpu=vfp")
add_definitions(-DHAVE_VFP)
OpenPOWER on IntegriCloud