|
|
@@ -3,7 +3,7 @@ include ./Makefile.system |
|
|
|
|
|
|
|
BLASDIRS = interface driver/level2 driver/level3 driver/others |
|
|
|
|
|
|
|
ifndef DYNAMIC_ARCH |
|
|
|
ifneq ($(DYNAMIC_ARCH), 1) |
|
|
|
BLASDIRS += kernel |
|
|
|
endif |
|
|
|
|
|
|
@@ -147,7 +147,7 @@ ifeq ($(EXPRECISION), 1) |
|
|
|
echo "#define EXPRECISION">> config_last.h |
|
|
|
endif |
|
|
|
## |
|
|
|
ifdef DYNAMIC_ARCH |
|
|
|
ifeq ($(DYNAMIC_ARCH), 1) |
|
|
|
$(MAKE) -C kernel commonlibs || exit 1 |
|
|
|
for d in $(DYNAMIC_CORE) ; \ |
|
|
|
do $(MAKE) GOTOBLAS_MAKEFILE= -C kernel TARGET_CORE=$$d kernel || exit 1 ;\ |
|
|
@@ -165,7 +165,7 @@ prof_blas : |
|
|
|
$(MAKE) -C $$d prof || exit 1 ; \ |
|
|
|
fi; \ |
|
|
|
done |
|
|
|
ifdef DYNAMIC_ARCH |
|
|
|
ifeq ($(DYNAMIC_ARCH), 1) |
|
|
|
$(MAKE) -C kernel commonprof || exit 1 |
|
|
|
endif |
|
|
|
|
|
|
@@ -184,7 +184,7 @@ hpl : |
|
|
|
$(MAKE) -C $$d $(@F) || exit 1 ; \ |
|
|
|
fi; \ |
|
|
|
done |
|
|
|
ifdef DYNAMIC_ARCH |
|
|
|
ifeq ($(DYNAMIC_ARCH), 1) |
|
|
|
$(MAKE) -C kernel commonlibs || exit 1 |
|
|
|
for d in $(DYNAMIC_CORE) ; \ |
|
|
|
do $(MAKE) GOTOBLAS_MAKEFILE= -C kernel TARGET_CORE=$$d kernel || exit 1 ;\ |
|
|
|