xilffs: Added checks for R5 and A53 in Make file.

This patch adds checks for A53 and R5 in Make file.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
This commit is contained in:
P L Sai Krishna 2015-01-05 14:03:53 +05:30 committed by Nava kishore Manne
parent 7c5c0de796
commit 6d7277910d

View file

@ -37,6 +37,10 @@ COMPILER_FLAGS=
ifeq ($(COMPILER) , arm-xilinx-eabi-gcc)
EXTRA_ARCHIVE_FLAGS=rc
else ifeq ($(COMPILER), aarch64-none-elf-gcc)
EXTRA_ARCHIVE_FLAGS=rc
else ifeq ($(COMPILER), arm-none-eabi-gcc)
EXTRA_ARCHIVE_FLAGS=rc
else
EXTRA_ARCHIVE_FLAGS=--create
endif