mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
This snapshot is taken as of msm-4.9 'commit <e8a6a75991d4> ("Merge "usb: core: Add usb_set_interface_timeout API"")'. Change-Id: I8c4b1f9c7d2e288e82c086c64d1a07baf77c6015 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
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
|