aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-09-05 16:31:24 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-09-05 16:31:24 +0800
commit36db42475e700b4773e689a97a3c8a72e9793f0f (patch)
treecaa76d20b49466f079dba2e0e8b8e8216c0c9403 /Makefile
parente312097f27bcdee838175a23085ddeb59e10a031 (diff)
downloaddexon-mcl-36db42475e700b4773e689a97a3c8a72e9793f0f.tar.gz
dexon-mcl-36db42475e700b4773e689a97a3c8a72e9793f0f.tar.zst
dexon-mcl-36db42475e700b4773e689a97a3c8a72e9793f0f.zip
compare ret
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1abdd8..7a5b937 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ ifeq ($(HAS_BMI2),1)
LLVM_FLAGS+=-mattr=bmi2
endif
-ifneq ($(ASM),)
+ifeq ($(USE_LOW_ASM),1)
LOW_ASM_OBJ=$(LOW_ASM_SRC:.asm=.o)
LIB_OBJ+=$(LOW_ASM_OBJ)
endif