From a285a07ea5a21d2a25eb7f826d6230b9dab73f21 Mon Sep 17 00:00:00 2001 From: P L Sai Krishna Date: Thu, 8 Oct 2015 19:12:27 +0530 Subject: [PATCH] xilsecure: Corrected Makefile error for IAR. This patch modifies the Makefile of xilsecure to remove the compilation errors for IAR compiler. Signed-off-by: P L Sai Krishna Acked-by: Anirudha Sarangi --- lib/sw_services/xilsecure/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sw_services/xilsecure/src/Makefile b/lib/sw_services/xilsecure/src/Makefile index b8fe978d..36114280 100644 --- a/lib/sw_services/xilsecure/src/Makefile +++ b/lib/sw_services/xilsecure/src/Makefile @@ -56,7 +56,7 @@ INCLUDEFILES=$(SECURE_DIR)/xsecure_sha.h \ libs: libxilsecure.a libxilsecure.a: print_msg_secure $(SECURE_OBJS) - $(ARCHIVER) $(EXTRA_ARCHIVE_FLAGS) ${RELEASEDIR}/${LIB} ${OUTS} + $(ARCHIVER) $(EXTRA_ARCHIVE_FLAGS) ${RELEASEDIR}/${LIB} ${SECURE_OBJS} print_msg_secure: @echo "Compiling XilSecure Library"