Linux: Update kernel patch to sync with kernle 4.14.95
All checks were successful
the build was successful

This commit is contained in:
2019-04-12 00:02:43 +02:00
parent ed991db789
commit daa0aad546

View File

@@ -1,7 +1,8 @@
diff -uNr a/Makefile b/Makefile
--- a/Makefile 2016-04-27 14:08:20.000000000 +0200
+++ b/Makefile 2016-11-28 14:49:46.120488923 +0100
@@ -1115,20 +1115,20 @@
diff --git a/Makefile b/Makefile
index 70cc37cb3..184ac0344 100644
--- a/Makefile
+++ b/Makefile
@@ -1257,20 +1257,20 @@ modules_prepare: prepare scripts
# Target to install modules
PHONY += modules_install
@@ -13,7 +14,7 @@ diff -uNr a/Makefile b/Makefile
- @rm -rf $(MODLIB)/kernel
- @rm -f $(MODLIB)/source
- @mkdir -p $(MODLIB)/kernel
- @ln -s `cd $(srctree) && /bin/pwd` $(MODLIB)/source
- @ln -s $(abspath $(srctree)) $(MODLIB)/source
- @if [ ! $(objtree) -ef $(MODLIB)/build ]; then \
- rm -f $(MODLIB)/build ; \
- ln -s $(CURDIR) $(MODLIB)/build ; \