diff --git a/lib/sw_services/xilffs/src/Makefile b/lib/sw_services/xilffs/src/Makefile index 7115fab6..9445c1a2 100644 --- a/lib/sw_services/xilffs/src/Makefile +++ b/lib/sw_services/xilffs/src/Makefile @@ -37,9 +37,13 @@ COMPILER_FLAGS= ifeq ($(notdir $(COMPILER)) , iccarm) EXTRA_ARCHIVE_FLAGS=--create +else +ifeq ($(notdir $(COMPILER)) , armcc) + EXTRA_ARCHIVE_FLAGS=--create else EXTRA_ARCHIVE_FLAGS=rc endif +endif RELEASEDIR=../../../lib INCLUDEDIR=../../../include