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

Commit 2ca80f5c authored by Prudhvi Yarlagadda's avatar Prudhvi Yarlagadda
Browse files

drivers: slimbus: Makefile: Correct makefile configuration



Correct slimbus driver makefile configuration for compilation
to happen in a proper sequence.

Change-Id: I41d662571829cd9430907ce92f53d1c7599e225b
Signed-off-by: default avatarPrudhvi Yarlagadda <pyarlaga@codeaurora.org>
parent 567264c6
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -3,7 +3,5 @@
# Makefile for kernel SLIMbus framework.
#
obj-$(CONFIG_SLIMBUS)			+= slimbus.o
obj-$(CONFIG_SLIMBUS_MSM_CTRL)		+= slim-msm.o
slim-msm-y				:= slim-msm-ctrl.o
obj-$(CONFIG_SLIMBUS_MSM_NGD)		+= slim-msm.o
slim-msm-y				:= slim-msm-ngd.o
obj-$(CONFIG_SLIMBUS_MSM_CTRL)		+= slim-msm.o slim-msm-ctrl.o
obj-$(CONFIG_SLIMBUS_MSM_NGD)		+= slim-msm.o slim-msm-ngd.o