Make drivers base path similar to kernel one

To have base path similar to kernel, add the
base path of drivers/platform/msm. This is
mainly to ease the propagation from older
kernels.

Change-Id: Ib75002ad95c0f3374a897e0ca5125088ba2d1a3e
Signed-off-by: Ghanim Fodi <gfodi@codeaurora.org>
This commit is contained in:
Ghanim Fodi 2020-01-16 10:42:31 +02:00
parent 78394bf246
commit 2fc1f94d1d
113 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
#obj-$(CONFIG_GSI) += gsi/
obj-n += gsi/
#obj-$(CONFIG_IPA3) += ipa/
obj-n += ipa/
obj-n += drivers/platform/msm/
#obj-$(CONFIG_ARCH_QCOM) += drivers/platform/msm

View File

@ -0,0 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_GSI) += gsi/
obj-$(CONFIG_IPA3) += ipa/

Some files were not shown because too many files have changed in this diff Show More