git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
9 lines
199 B
Makefile
9 lines
199 B
Makefile
#
|
|
# Makefile for HSI clients
|
|
#
|
|
|
|
obj-$(CONFIG_NOKIA_MODEM) += nokia-modem.o
|
|
obj-$(CONFIG_SSI_PROTOCOL) += ssi_protocol.o
|
|
obj-$(CONFIG_CMT_SPEECH) += cmt_speech.o
|
|
obj-$(CONFIG_HSI_CHAR) += hsi_char.o
|