From b12ded507831d0cac2dabd869aef14f3822a8770 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 1 Oct 2020 15:15:30 -0400 Subject: [PATCH] add linux-5.8.5 headers support --- hashes/linux-5.8.5.tar.xz.sha1 | 1 + patches/linux-5.8.5/0101-archscripts.diff | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 hashes/linux-5.8.5.tar.xz.sha1 create mode 100644 patches/linux-5.8.5/0101-archscripts.diff diff --git a/hashes/linux-5.8.5.tar.xz.sha1 b/hashes/linux-5.8.5.tar.xz.sha1 new file mode 100644 index 0000000..e2e8cbc --- /dev/null +++ b/hashes/linux-5.8.5.tar.xz.sha1 @@ -0,0 +1 @@ +6faa91e98a8cd36901cbc3c29ca67e519de9e33b linux-5.8.5.tar.xz diff --git a/patches/linux-5.8.5/0101-archscripts.diff b/patches/linux-5.8.5/0101-archscripts.diff new file mode 100644 index 0000000..da6f13c --- /dev/null +++ b/patches/linux-5.8.5/0101-archscripts.diff @@ -0,0 +1,14 @@ +diff -ur linux-5.8.5.orig/Makefile linux-5.8.5.tmp/Makefile +--- linux-5.8.5.orig/Makefile 2020-08-27 03:31:49.000000000 -0400 ++++ linux-5.8.5/Makefile 2020-08-28 19:00:50.980172582 -0400 +@@ -1253,7 +1253,7 @@ + hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj + + PHONY += headers +-headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts ++headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders + $(if $(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/Kbuild),, \ + $(error Headers not exportable for the $(SRCARCH) architecture)) + $(Q)$(MAKE) $(hdr-inst)=include/uapi +Only in linux-5.8.5.tmp/: Makefile.orig +Only in linux-5.8.5.tmp/: Makefile.rej