aboutsummaryrefslogtreecommitdiff
path: root/sw/Makefile.i2c
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Makefile.i2c')
-rwxr-xr-xsw/Makefile.i2c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Makefile.i2c b/sw/Makefile.i2c
index d993883..5c69069 100755
--- a/sw/Makefile.i2c
+++ b/sw/Makefile.i2c
@@ -16,7 +16,7 @@ all: $(LIB) $(BIN)
%.o: %.c $(INC)
$(CC) $(CFLAGS) -c -o $@ $<
-libcryptech_i2c.a: tc_i2c.o
+libcryptech_i2c.a: tc_i2c.o capability.o
$(AR) rcs $@ $^
hash_tester_i2c: hash_tester.o $(LIB)