xilffs: Corrected Makefile error for IAR.

This patch modifies the make file of xilffs 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:24 +05:30 committed by Nava kishore Manne
parent 1917c9d19e
commit 2e94f1a88e

View file

@ -64,7 +64,7 @@ INCLUDEFILES=$(FATFS_DIR)/include/ff.h \
libs: libxilffs.a
libxilffs.a: print_msg_fatfs $(FATFS_OBJS)
$(ARCHIVER) $(EXTRA_ARCHIVE_FLAGS) ${RELEASEDIR}/${LIB} ${OUTS}
$(ARCHIVER) $(EXTRA_ARCHIVE_FLAGS) ${RELEASEDIR}/${LIB} ${FATFS_OBJS}
print_msg_fatfs:
@echo "Compiling XilFFs Library"