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/cli-test/Makefile | |
parent | a2e32d326c342a965b733c9a42cfd1568b2afed4 (diff) |
Switch to libhal's CRC-32 code.
Diffstat (limited to 'projects/cli-test/Makefile')
-rw-r--r-- | projects/cli-test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile index 1f7faf1..22c8133 100644 --- a/projects/cli-test/Makefile +++ b/projects/cli-test/Makefile @@ -1,7 +1,6 @@ TEST = cli-test OBJS = \ - crc32.o \ mgmt-cli.o \ mgmt-dfu.o \ mgmt-fpga.o \ |