USB BAM driver to support BAM-to-BAM USB<->Peripheral transactions. Change-Id: Ib49a41f5dcdccb6f6bff2492fa64ead40f18b870 Signed-off-by: Ofir Cohen <ofirc@codeaurora.org>
7 lines
146 B
Makefile
7 lines
146 B
Makefile
#
|
|
# Makefile for the MSM specific device drivers.
|
|
#
|
|
obj-$(CONFIG_MSM_SSBI) += ssbi.o
|
|
obj-$(CONFIG_USB_BAM) += usb_bam.o
|
|
obj-$(CONFIG_SPS) += sps/
|