blocks: use auto-generated .c files instead of 'LD -r -b binary'

This commit is contained in:
xiphon 2018-10-09 12:33:39 +00:00
parent 31155115d2
commit fd62b6e79f
17 changed files with 113 additions and 185 deletions

View file

@ -58,12 +58,6 @@ endif()
set(device_private_headers)
if(PER_BLOCK_CHECKPOINT)
set(Blocks "blocks")
else()
set(Blocks "")
endif()
monero_private_headers(device
${device_private_headers})
@ -79,5 +73,4 @@ target_link_libraries(device
ringct_basic
${OPENSSL_CRYPTO_LIBRARIES}
PRIVATE
${Blocks}
${EXTRA_LIBRARIES})