Merge pull request #2193 from martin-frbg/makeutest
Override special make variables
This commit is contained in:
commit
561f3fd995
|
@ -6,6 +6,8 @@ TOPDIR = ..
|
|||
include $(TOPDIR)/Makefile.system
|
||||
|
||||
override CFLAGS += -DADD$(BU) -DCBLAS
|
||||
override TARGET_ARCH=
|
||||
override TARGET_MACH=
|
||||
|
||||
LIB = $(TOPDIR)/$(LIBNAME)
|
||||
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
UTEST_CHECK = 1
|
||||
TOPDIR = ..
|
||||
|
||||
override TARGET_ARCH=
|
||||
override TARGET_MACH=
|
||||
|
||||
UTESTBIN=openblas_utest
|
||||
|
||||
.PHONY : all
|
||||
|
|
Loading…
Reference in New Issue