From 28569c25f6c211796fd8720f98f386690bddd3c9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 12 Sep 2005 15:19:19 +0000 Subject: use ASM_API variable, bug 4415 --- configs/linux-x86-64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/linux-x86-64') diff --git a/configs/linux-x86-64 b/configs/linux-x86-64 index f8ff5489f1..a89c47eb93 100644 --- a/configs/linux-x86-64 +++ b/configs/linux-x86-64 @@ -6,7 +6,8 @@ CONFIG_NAME = linux-x86-64 ARCH_FLAGS = -m64 -ASM_SOURCES = $(X86-64_SOURCES) $(X86-64_API) +ASM_SOURCES = $(X86-64_SOURCES) +ASM_API = $(X86-64_API) ASM_FLAGS = -DUSE_X86_64_ASM LIB_DIR = $(TOP)/lib64 -- cgit v1.2.3