diff options
author | Rob Austein <sra@hactrn.net> | 2016-08-10 19:25:31 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-08-10 19:25:31 -0400 |
commit | 39f7549c27cdfc5eb2f0456841d9427b55ea47c3 (patch) | |
tree | 93fc561333602a685e5012c458f8b5bc11f09b57 /Makefile | |
parent | cd445b69b2caa7205f4e1c368aa2c6bf8c2d7692 (diff) |
Updated tamper code; new port of libcli; libhal / PKCS #11 bugfixes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ REPO_UPLOAD_DIRS := apt brew FIRMWARE_TARBALL := source/cryptech-alpha-firmware.tar.gz BITSTREAM := build/core/platform/alpha/build/alpha_fmc.bit ELVES := build/sw/stm32/projects/bootloader/bootloader.elf build/sw/stm32/projects/hsm/hsm.elf -TAMPER := build/user/ln5/tamper/tamper.hex +TAMPER := build/sw/tamper/tamper.hex # Command to generate a new changelog containing one entry. # Does nothing if the changelog already exists. |