checksum: Compile sw-collector before checksum

This commit is contained in:
Andreas Steffen 2017-07-18 20:02:21 +02:00
parent 8362378a15
commit a9383c2b46
1 changed files with 4 additions and 4 deletions

View File

@ -128,6 +128,10 @@ if USE_LIBPTTLS
SUBDIRS += pt-tls-client
endif
if USE_IMC_SWIMA
SUBDIRS += sw-collector
endif
if USE_INTEGRITY_TEST
SUBDIRS += checksum
endif
@ -135,7 +139,3 @@ endif
if USE_AIKGEN
SUBDIRS += aikgen
endif
if USE_IMC_SWIMA
SUBDIRS += sw-collector
endif