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