]> Git Repo - linux.git/blob - drivers/slimbus/Makefile
netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree search
[linux.git] / drivers / slimbus / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for kernel SLIMbus framework.
4 #
5 obj-$(CONFIG_SLIMBUS)                   += slimbus.o
6 slimbus-y                               := core.o messaging.o sched.o
7
8 #Controllers
9 obj-$(CONFIG_SLIM_QCOM_CTRL)            += slim-qcom-ctrl.o
10 slim-qcom-ctrl-y                        := qcom-ctrl.o
This page took 0.036967 seconds and 4 git commands to generate.