summaryrefslogtreecommitdiffstats
path: root/drivers/bus/mhi/core/Makefile
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2022-03-01 21:33:02 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-03-18 14:02:54 +0100
commita0f5a630668cb8b2ebf5204f08e957875e991780 (patch)
treeaf29dac54f0b4c8d6f8bed4660cd2e9ea7cb6373 /drivers/bus/mhi/core/Makefile
parented2d980503235829aa3e0c7ae3b82374c30a081c (diff)
downloadlinux-stable-a0f5a630668cb8b2ebf5204f08e957875e991780.tar.gz
linux-stable-a0f5a630668cb8b2ebf5204f08e957875e991780.tar.bz2
linux-stable-a0f5a630668cb8b2ebf5204f08e957875e991780.zip
bus: mhi: Move host MHI code to "host" directory
In preparation of the endpoint MHI support, let's move the host MHI code to its own "host" directory and adjust the toplevel MHI Kconfig & Makefile. While at it, let's also move the "pci_generic" driver to "host" directory as it is a host MHI controller driver. Reviewed-by: Hemant Kumar <hemantk@codeaurora.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20220301160308.107452-5-manivannan.sadhasivam@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/bus/mhi/core/Makefile')
-rw-r--r--drivers/bus/mhi/core/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/bus/mhi/core/Makefile b/drivers/bus/mhi/core/Makefile
deleted file mode 100644
index c3feb4130aa3..000000000000
--- a/drivers/bus/mhi/core/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-obj-$(CONFIG_MHI_BUS) += mhi.o
-
-mhi-y := init.o main.o pm.o boot.o
-mhi-$(CONFIG_MHI_BUS_DEBUG) += debugfs.o