Makefile: Remove extra debug print

Remove debug print added to print list of source files used in making
libmbedcrypto.

Fixes 92da0bd862 ("Makefile: Use generated source files from parent").
This commit is contained in:
Jaeden Amero 2019-04-29 15:04:42 +01:00
parent b978282aaa
commit d29db1f8ab

View File

@ -103,8 +103,6 @@ OBJS_CRYPTO += version.o
OBJS_CRYPTO += version_features.o
endif
$(info $(OBJS_CRYPTO))
OBJS_X509= certs.o pkcs11.o x509.o \
x509_create.o x509_crl.o x509_crt.o \
x509_csr.o x509write_crt.o x509write_csr.o