diff options
author | Rob Austein <sra@hactrn.net> | 2017-04-16 15:55:14 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-04-16 15:55:14 -0400 |
commit | bb6d9e870fb51833137e82063a3ab08930820a2d (patch) | |
tree | 91501087fdfa7536909dd8cdff4d7e1d0929e7e9 /projects/hsm/Makefile | |
parent | a2e32d326c342a965b733c9a42cfd1568b2afed4 (diff) |
Switch to libhal's CRC-32 code.
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index 56ee462..6f941cf 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -1,8 +1,7 @@ PROJ = hsm # objs in addition to $(PROJ).o -OBJS = crc32.o \ - mgmt-cli.o \ +OBJS = mgmt-cli.o \ mgmt-firmware.c \ mgmt-bootloader.c \ mgmt-fpga.c \ |