From e7c396bbf3cd1563d445275f92b63f8e9da3f13e Mon Sep 17 00:00:00 2001 From: Justin M. Forbes Date: Oct 27 2018 18:27:58 +0000 Subject: Fix thinko with macros --- diff --git a/kernel.spec b/kernel.spec index e744c0b..3b54a9c 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