diff options
author | Paul Selkirk <paul@psgd.org> | 2015-06-10 12:30:58 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-06-10 12:30:58 -0400 |
commit | f141a79d805acbab07876d9f007e8809603718b5 (patch) | |
tree | 62e2a730ce6b388efef8b20d32ccbef940697bdd /sw/Makefile | |
parent | 80205a9ff9a8b4da93aa74d7b73f16832682384a (diff) |
generate core_selector, probe FPGA for cores at software startup
Diffstat (limited to 'sw/Makefile')
-rwxr-xr-x | sw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Makefile b/sw/Makefile index 2aa4927..d1f33f2 100755 --- a/sw/Makefile +++ b/sw/Makefile @@ -15,7 +15,7 @@ all: $(LIB) $(BIN) %.o: %.c $(INC) $(CC) $(CFLAGS) -c -o $@ $< -libcryptech.a: tc_eim.o novena-eim.o +libcryptech.a: tc_eim.o novena-eim.o capability.o ar rcs $@ $^ hash_tester: hash_tester.o $(LIB) |