xilisf: Corrected the Makefile error for IAR.

This patch modifies the Makefile of xilisf 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:26 +05:30 committed by Nava kishore Manne
parent 07a30bad5b
commit 9b24ae0a67

View file

@ -55,7 +55,7 @@ INCLUDEFILES=$(XILISF_DIR)/include/xilisf.h \
libs: libxilisf.a
libxilisf.a: print_msg_xilisf $(XILISF_OBJS)
$(ARCHIVER) $(EXTRA_ARCHIVE_FLAGS) ${RELEASEDIR}/${LIB} ${OUTS}
$(ARCHIVER) $(EXTRA_ARCHIVE_FLAGS) ${RELEASEDIR}/${LIB} ${XILISF_OBJS}
print_msg_xilisf:
@echo "Compiling XilIsf Library"