mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
7 lines
204 B
Makefile
7 lines
204 B
Makefile
|
#
|
||
|
# 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
|