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:
parent
9b24ae0a67
commit
a285a07ea5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue