2ca80f5c4c
Correct slimbus driver makefile configuration for compilation to happen in a proper sequence. Change-Id: I41d662571829cd9430907ce92f53d1c7599e225b Signed-off-by: Prudhvi Yarlagadda <pyarlaga@codeaurora.org>
8 lines
239 B
Makefile
8 lines
239 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for kernel SLIMbus framework.
|
|
#
|
|
obj-$(CONFIG_SLIMBUS) += slimbus.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
|