diff options
author | Paul Selkirk <paul@psgd.org> | 2020-10-15 13:54:29 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2020-10-15 13:54:29 -0400 |
commit | 573c2061bce6b8f9329c8c14953391063dab9a79 (patch) | |
tree | 6ffce4682624906a8695dadf918de8eff6defa4d /projects | |
parent | 16b7a38bedbae0829e0b943c35f0896acb683025 (diff) |
Remove no-longer-useful test-mkmif.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/libhal-test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libhal-test/Makefile b/projects/libhal-test/Makefile index 1a2106e..c5dbc84 100644 --- a/projects/libhal-test/Makefile +++ b/projects/libhal-test/Makefile @@ -1,4 +1,4 @@ -TEST = cores test-bus test-trng test-hash test-aes-key-wrap test-pbkdf2 test-ecdsa test-rsa test-mkmif +TEST = cores test-bus test-trng test-hash test-aes-key-wrap test-pbkdf2 test-ecdsa test-rsa CFLAGS += -I $(LIBHAL_SRC) LIBC_OBJS = printf.o gettimeofday.o |