diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-12-25 01:47:42 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2019-01-04 13:49:09 +0000 |
commit | 9e06d5558025656526fcc88227300e4598d573fa (patch) | |
tree | a2f7d27c6f9240630177611e3f1267c147a713ea | |
parent | 41de784e1191c8365a4bc781273167cb73bbeb30 (diff) | |
download | kernel-9e06d5558025656526fcc88227300e4598d573fa.tar.gz kernel-9e06d5558025656526fcc88227300e4598d573fa.tar.xz kernel-9e06d5558025656526fcc88227300e4598d573fa.zip |
drop arch/x86/kernel/macros.s copy, no longer exists
-rw-r--r-- | kernel.spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 0a2bbb953..99affe030 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1430,7 +1430,6 @@ 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 |