From e7c396bbf3cd1563d445275f92b63f8e9da3f13e Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Sat, 27 Oct 2018 13:27:58 -0500 Subject: [PATCH] Fix thinko with macros --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index e744c0b57..3b54a9c08 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1419,7 +1419,7 @@ BuildKernel() { cp -a --parents arch/x86/boot/string.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ cp -a --parents arch/x86/boot/string.c $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ cp -a --parents arch/x86/boot/ctype.h $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ - cp -a --parents arch/x86/kernel/macros.S $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ + cp -a --parents arch/x86/kernel/macros.s $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/ %endif # Make sure the Makefile and version.h have a matching timestamp so that # external modules can be built