## Example configuration # Top dir of the ecos multi build system. ECOS_TOP=$(HOME)/git/ecos-build # Path with build tools. GNUTOOLS_PATH := $(ECOS_TOP)/gnutools/arm-eabi/bin # GNUTOOLS_PATH := $(ECOS_TOP)/gnutools_ecospro/arm-eabi/bin # Configuration script to use. It should normally be OK to use a # single one for different repos. ECOSCONFIG=$(ECOS_TOP)/src/3.0/tools/bin/ecosconfig # Parallell build. MAKE_J=-j4