From d29db1f8ab404ef359135ed383013c3390643567 Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Mon, 29 Apr 2019 15:04:42 +0100 Subject: [PATCH] Makefile: Remove extra debug print Remove debug print added to print list of source files used in making libmbedcrypto. Fixes 92da0bd86237 ("Makefile: Use generated source files from parent"). --- library/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/Makefile b/library/Makefile index 3058a31c9..2e685695e 100644 --- a/library/Makefile +++ b/library/Makefile @@ -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