From 083d01731ffebb348c749ad6ccdb0256571835c7 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 25 May 2016 21:40:18 -0400 Subject: Start cleaning up PIN code. --- GNUmakefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 3dcc9da..b74a63f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -189,10 +189,14 @@ ${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 +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.o: last_gasp_pin_internal.h + +last_gasp_pin_internal.h: + ./utils/last_gasp_default_pin >$@ test: all export RPC_CLIENT RPC_SERVER -- cgit v1.2.3