From 6904e708917a12819d1fe0d329f605030d6e4b0d Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 26 Oct 2018 14:20:15 -0500 Subject: [PATCH] Add macros.S to kernel-devel due to changes for gcc bugs --- kernel.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel.spec b/kernel.spec index 77c776aa1..e744c0b57 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1419,6 +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/ %endif # Make sure the Makefile and version.h have a matching timestamp so that # external modules can be built