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
+4 -4
View File
@@ -128,6 +128,10 @@ if USE_LIBPTTLS
SUBDIRS += pt-tls-client SUBDIRS += pt-tls-client
endif endif
if USE_IMC_SWIMA
SUBDIRS += sw-collector
endif
if USE_INTEGRITY_TEST if USE_INTEGRITY_TEST
SUBDIRS += checksum SUBDIRS += checksum
endif endif
@@ -135,7 +139,3 @@ endif
if USE_AIKGEN if USE_AIKGEN
SUBDIRS += aikgen SUBDIRS += aikgen
endif endif
if USE_IMC_SWIMA
SUBDIRS += sw-collector
endif