linux59/510-tkg: Fix compilation with MuQSS on Debian-based distros

Thanks to @samcv for the heads up and patch!

Fixes https://github.com/Frogging-Family/linux-tkg/issues/93
This commit is contained in:
Tk-Glitch
2020-10-26 14:15:06 +01:00
parent 9d7044c358
commit 56097fd0be
4 changed files with 27 additions and 3 deletions

View File

@@ -76,3 +76,15 @@ index d4d36c61940b..4a9dfe471f1f 100644
# We are using a recursive build, so we need to do a little thinking
# to get the ordering right.
diff --git a/scripts/headers_install.sh b/scripts/headers_install.sh
index dd554bd43..75030ad93 100755
--- a/scripts/headers_install.sh
+++ b/scripts/headers_install.sh
@@ -89,6 +89,7 @@ include/uapi/linux/atmdev.h:CONFIG_COMPAT
include/uapi/linux/eventpoll.h:CONFIG_PM_SLEEP
include/uapi/linux/hw_breakpoint.h:CONFIG_HAVE_MIXED_BREAKPOINTS_REGS
include/uapi/linux/pktcdvd.h:CONFIG_CDROM_PKTCDVD_WCACHE
+include/uapi/linux/sched.h:CONFIG_SCHED_MUQSS
"
for c in $configs