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 <lakshmis@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
P L Sai Krishna 2015-10-08 19:12:27 +05:30 committed by Nava kishore Manne
parent 9b24ae0a67
commit a285a07ea5

View file

@ -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"