-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b29ed18
commit b12ded5
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6faa91e98a8cd36901cbc3c29ca67e519de9e33b linux-5.8.5.tar.xz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |