summaryrefslogtreecommitdiff
path: root/cesar/common/make/ecos.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/common/make/ecos.mk')
-rw-r--r--cesar/common/make/ecos.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/common/make/ecos.mk b/cesar/common/make/ecos.mk
index 5c9d70735c..a600a5b138 100644
--- a/cesar/common/make/ecos.mk
+++ b/cesar/common/make/ecos.mk
@@ -21,7 +21,7 @@ ECOS_LIB_DIR := $(ECOS_INSTALL_DIR)/lib
ECOS_LIB_FILES := vectors.o extras.o libtarget.a
ECOS_LIBS := $(ECOS_LIB_FILES:%=$(ECOS_LIB_DIR)/%)
ECOS_LD_SCRIPT := $(ECOS_LIB_DIR)/target.ld
-ECOS_SILENT := -s
+ECOS_SILENT := -s --no-print-directory
# Ecos packages repository.
ifdef ECOS_REPOSITORY