xref: /openbmc/linux/drivers/slimbus/Makefile (revision ad7fcbc3)
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
7ad7fcbc3SSagar Dharia
8ad7fcbc3SSagar Dharia#Controllers
9ad7fcbc3SSagar Dhariaobj-$(CONFIG_SLIM_QCOM_CTRL)		+= slim-qcom-ctrl.o
10ad7fcbc3SSagar Dhariaslim-qcom-ctrl-y			:= qcom-ctrl.o
11