You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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
|
|
|