[Cryptech-Commits] [sw/libhal] 02/02: Include file dependencies were badly out of date.

git at cryptech.is git at cryptech.is
Sun Jun 4 16:35:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch ks9
in repository sw/libhal.

commit 62ee3290179c830cdc99474eded0f789ca14d940
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sun Jun 4 12:34:48 2017 -0400

    Include file dependencies were badly out of date.
---
 Makefile | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/Makefile b/Makefile
index f3a5979..866cb2b 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,6 @@ STATIC_HMAC_STATE_BLOCKS = 16
 STATIC_PKEY_STATE_BLOCKS = 256
 STATIC_KS_VOLATILE_SLOTS = 128
 
-INC		= hal.h hal_internal.h
 LIB		= libhal.a
 
 # Error checking on known control options, some of which allow the user entirely too much rope.
@@ -259,16 +258,19 @@ daemon: mixed
 
 .PHONY: client mixed server serial daemon
 
-${OBJ}: ${INC}
-
 ${LIB}: ${OBJ}
 	${AR} rcs $@ $^
 
-asn1.o rsa.o ecdsa.o:				asn1_internal.h
-ecdsa.o:					ecdsa_curves.h
-novena-eim.o hal_io_eim.o:			novena-eim.h
-slip.o rpc_client_serial.o rpc_server_serial.o:	slip_internal.h
-ks_token.o:					last_gasp_pin_internal.h
+asn1.o rsa.o ecdsa.o:						asn1_internal.h
+ecdsa.o:							ecdsa_curves.h
+${OBJ}:								hal.h
+${OBJ}:								hal_internal.h
+ks.o ks_token.o ks_volatile.o ks_attribute.o ks_index.o:	ks.h
+ks_token.o:							last_gasp_pin_internal.h
+novena-eim.o hal_io_eim.o:					novena-eim.h
+slip.o rpc_client_serial.o rpc_server_serial.o:			slip_internal.h
+${OBJ}:								verilog_constants.h
+rpc_client.o rpc_server.o xdr.o:				xdr_internal.h
 
 last_gasp_pin_internal.h:
 	./utils/last_gasp_default_pin >$@



More information about the Commits mailing list