xref: /linux/drivers/slimbus/Makefile (revision ad7fcbc308b050e3c27c545021663d2cd73f8b23)
13648e78eSSagar Dharia# SPDX-License-Identifier: GPL-2.0
23648e78eSSagar Dharia#
33648e78eSSagar Dharia# Makefile for kernel SLIMbus framework.
43648e78eSSagar Dharia#
53648e78eSSagar Dhariaobj-$(CONFIG_SLIMBUS)			+= slimbus.o
64b14e62aSSagar Dhariaslimbus-y				:= core.o messaging.o sched.o
7*ad7fcbc3SSagar Dharia
8*ad7fcbc3SSagar Dharia#Controllers
9*ad7fcbc3SSagar Dhariaobj-$(CONFIG_SLIM_QCOM_CTRL)		+= slim-qcom-ctrl.o
10*ad7fcbc3SSagar Dhariaslim-qcom-ctrl-y			:= qcom-ctrl.o
11