From a709260f2efd6bf81ccf2e2d020c54e09a56c6bd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 28 Jan 2020 04:22:39 +0000 Subject: [PATCH] scst/kernel/in-tree/Makefile.drivers.Linux-5.5.patch: Add this file git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8765 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/kernel/in-tree/Makefile.drivers.Linux-5.5.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scst/kernel/in-tree/Makefile.drivers.Linux-5.5.patch diff --git a/scst/kernel/in-tree/Makefile.drivers.Linux-5.5.patch b/scst/kernel/in-tree/Makefile.drivers.Linux-5.5.patch new file mode 100644 index 000000000..26831e87c --- /dev/null +++ b/scst/kernel/in-tree/Makefile.drivers.Linux-5.5.patch @@ -0,0 +1,11 @@ +diff -Naur linux-5.4.6.orig/drivers/Makefile linux-5.4.6/drivers/Makefile +--- linux-5.4.6.orig/drivers/Makefile 2019-12-21 11:05:23.000000000 +0100 ++++ linux-5.4.6/drivers/Makefile 2019-12-22 17:57:42.265448215 +0100 +@@ -146,6 +146,7 @@ + obj-$(CONFIG_VHOST_RING) += vhost/ + obj-$(CONFIG_VHOST) += vhost/ + obj-$(CONFIG_VLYNQ) += vlynq/ ++obj-$(CONFIG_SCST) += scst/ + obj-$(CONFIG_GREYBUS) += greybus/ + obj-$(CONFIG_STAGING) += staging/ + obj-y += platform/