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