xilflash: Corrected the Makefile error for IAR.

This patch modifies the xilflash Makefile to
remove the compilation error 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:25 +05:30 committed by Nava kishore Manne
parent 2e94f1a88e
commit 07a30bad5b

View file

@ -57,7 +57,7 @@ INCLUDEFILES=$(XILFLASH_DIR)/include/xilflash.h \
libs: libxilflash.a
libxilflash.a: print_msg_xilflash $(XILFLASH_OBJS)
$(ARCHIVER) $(EXTRA_ARCHIVE_FLAGS) ${RELEASEDIR}/${LIB} ${OUTS}
$(ARCHIVER) $(EXTRA_ARCHIVE_FLAGS) ${RELEASEDIR}/${LIB} ${XILFLASH_OBJS}
print_msg_xilflash:
@echo "Compiling XilFlash Library"