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