From 2491b4d9a2bf73674082d5a251796344ea8e2818 Mon Sep 17 00:00:00 2001 From: Bhavik Ameta Date: Thu, 30 Jul 2015 19:12:21 +0530 Subject: [PATCH] sw_services:xilsecure: R5 build failure fixed Removed individual checks for compilers from Makefile.These were causing build failure. Signed-off-by: Bhavik Ameta Acked-by: Sarat Chand Savitala --- lib/sw_services/xilsecure/src/Makefile | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/lib/sw_services/xilsecure/src/Makefile b/lib/sw_services/xilsecure/src/Makefile index 3f6bbe61..12812852 100644 --- a/lib/sw_services/xilsecure/src/Makefile +++ b/lib/sw_services/xilsecure/src/Makefile @@ -35,23 +35,7 @@ ARCHIVER= CP=cp COMPILER_FLAGS= -ifeq ($(notdir $(COMPILER)) , arm-xilinx-eabi-gcc) - EXTRA_ARCHIVE_FLAGS=rc -else -ifeq ($(notdir $(COMPILER)) , aarch64-none-elf-gcc) - EXTRA_ARCHIVE_FLAGS=rc -else -ifeq ($(notdir $(COMPILER)) , arm-none-eabi-gcc) - EXTRA_ARCHIVE_FLAGS=rc -else - EXTRA_ARCHIVE_FLAGS=--create -endif -endif -endif - -ifeq ($(COMPILER) , mb-gcc) - EXTRA_ARCHIVE_FLAGS=rc -endif +EXTRA_ARCHIVE_FLAGS=rc RELEASEDIR=../../../lib INCLUDEDIR=../../../include