You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
367 B
14 lines
367 B
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for kernel SLIMbus framework.
|
|
#
|
|
obj-$(CONFIG_SLIMBUS) += slimbus.o
|
|
slimbus-y := core.o messaging.o sched.o stream.o
|
|
|
|
#Controllers
|
|
obj-$(CONFIG_SLIM_QCOM_CTRL) += slim-qcom-ctrl.o
|
|
slim-qcom-ctrl-y := qcom-ctrl.o
|
|
|
|
obj-$(CONFIG_SLIM_QCOM_NGD_CTRL) += slim-qcom-ngd-ctrl.o
|
|
slim-qcom-ngd-ctrl-y := qcom-ngd-ctrl.o
|