diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-29 12:54:17 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-29 12:54:17 -0400 |
commit | 13143a84e45f06728db7f6a0722098eb01b3a236 (patch) | |
tree | 65ccc09e0214398cb207e7662f7734a9f1a594a4 /source | |
parent | c07e57d9bd3f5fad8eb36dcda5144a0a2b6224e9 (diff) |
Add tamper.hex to firmware tarball; start adding support scripts; more minor build process cleanup.
Diffstat (limited to 'source')
-rw-r--r-- | source/Makefile | 3 | ||||
m--------- | source/user/ln5/tamper | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile index 18462a8..173efac 100644 --- a/source/Makefile +++ b/source/Makefile @@ -17,8 +17,9 @@ clean distclean: install: all install -D -m 644 cryptech-alpha-firmware.tar.gz ${DESTDIR}/usr/share/cryptech-alpha-firmware.tar.gz install -D -m 644 sw/pkcs11/libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so + ln -s libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so.0 install -D sw/pkcs11/p11util ${DESTDIR}/usr/sbin/p11util install -D sw/pkcs11/libhal/cryptech_rpcd ${DESTDIR}/usr/sbin/cryptech_rpcd - ln -s libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so.0 + install -D sw/stm32/projects/hsm/cryptech_upload ${DESTDIR}/usr/sbin/cryptech_upload # Still need scripts to do something useful with the firmware tarball diff --git a/source/user/ln5/tamper b/source/user/ln5/tamper new file mode 160000 +Subproject 54cd4de78da2534b61c26a7f07abf45907e582d |