Skip to content

Commit 68eb4fa

Browse files
committed
Add missing openblas_env makefile.
1 parent 05196a8 commit 68eb4fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

driver/others/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ openblas_get_parallel.$(SUFFIX) : openblas_get_parallel.c
118118
openblas_error_handle.$(SUFFIX) : openblas_error_handle.c
119119
$(CC) $(CFLAGS) -c $< -o $(@F)
120120

121+
openblas_env.$(SUFFIX) : openblas_env.c
122+
$(CC) $(CFLAGS) -c $< -o $(@F)
123+
121124
blasL1thread.$(SUFFIX) : blas_l1_thread.c ../../common.h ../../common_thread.h
122125
$(CC) $(CFLAGS) -c $< -o $(@F)
123126

0 commit comments

Comments
 (0)