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:
parent
78394bf246
commit
2fc1f94d1d
7
Makefile
7
Makefile
@ -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
|
||||
|
4
drivers/platform/msm/Makefile
Normal file
4
drivers/platform/msm/Makefile
Normal 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
Loading…
Reference in New Issue
Block a user