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:
parent
7c5c0de796
commit
6d7277910d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue