Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fc1f94d authored by Ghanim Fodi's avatar Ghanim Fodi
Browse files

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: default avatarGhanim Fodi <gfodi@codeaurora.org>
parent 78394bf2
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
# 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 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only

obj-$(CONFIG_GSI) += gsi/
obj-$(CONFIG_IPA3) += ipa/
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading