From 38d62bec91558562f738dd4730d7a9dbb3fabf7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Wed, 1 Apr 2015 16:28:03 +0200 Subject: Refactor: Moved all address defines for cryptech cores into a common header file. --- eim/sw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eim/sw/Makefile') 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 $@ $^ -- cgit v1.2.3