From 39e208f4d4756367c7cd2d581847e0c1b8a429c1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 8 Oct 2016 16:18:33 +0200 Subject: build: Generalize yasm/nasm-related variable names None of them are specific to the YASM assembler. --- tests/checkasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/checkasm/Makefile') diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile index 87f92f4a89..d5febec74c 100644 --- a/tests/checkasm/Makefile +++ b/tests/checkasm/Makefile @@ -21,7 +21,7 @@ CHECKASMOBJS-$(CONFIG_AVCODEC) += $(AVCODECOBJS-yes) CHECKASMOBJS-$(ARCH_AARCH64) += aarch64/checkasm.o CHECKASMOBJS-$(HAVE_ARMV5TE_EXTERNAL) += arm/checkasm.o -CHECKASMOBJS-$(HAVE_YASM) += x86/checkasm.o +CHECKASMOBJS-$(HAVE_X86ASM) += x86/checkasm.o CHECKASMOBJS += $(CHECKASMOBJS-yes) checkasm.o CHECKASMOBJS := $(sort $(CHECKASMOBJS:%=tests/checkasm/%)) -- cgit v1.2.3