aboutsummaryrefslogtreecommitdiff
path: root/eim/sw/Makefile
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2015-04-01 16:28:03 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2015-04-01 16:28:03 +0200
commit38d62bec91558562f738dd4730d7a9dbb3fabf7d (patch)
treee1828d8a5df1fbb020999d0efc8e3b972374c38b /eim/sw/Makefile
parent17d551b2137072a4a724d524091882b73f971336 (diff)
Refactor: Moved all address defines for cryptech cores into a common header file.
Diffstat (limited to 'eim/sw/Makefile')
-rwxr-xr-xeim/sw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/eim/sw/Makefile b/eim/sw/Makefile
index 8e584fa..263a327 100755
--- a/eim/sw/Makefile
+++ b/eim/sw/Makefile
@@ -6,12 +6,12 @@ all: hash_tester_eim trng_tester_eim hash_eim
hash_tester_eim: hash_tester_eim.o novena-eim.o tc_eim.o
gcc -o $@ $^
-hash_tester_eim.o: hash_tester_eim.c tc_eim.h
+hash_tester_eim.o: hash_tester_eim.c tc_eim.h cryptech_memory_map.h
trng_tester_eim: trng_tester_eim.o novena-eim.o tc_eim.o
gcc -o $@ $^
-trng_tester_eim.o: trng_tester_eim.c tc_eim.h
+trng_tester_eim.o: trng_tester_eim.c tc_eim.h cryptech_memory_map.h
hash_eim: hash_eim.o novena-eim.o tc_eim.o
gcc -o $@ $^