diff options
Diffstat (limited to 'drivers/hsi/clients/Makefile')
| -rw-r--r-- | drivers/hsi/clients/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hsi/clients/Makefile b/drivers/hsi/clients/Makefile new file mode 100644 index 00000000000..4d5bc0e0b27 --- /dev/null +++ b/drivers/hsi/clients/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for HSI clients +# + +obj-$(CONFIG_NOKIA_MODEM) += nokia-modem.o +obj-$(CONFIG_SSI_PROTOCOL) += ssi_protocol.o +obj-$(CONFIG_HSI_CHAR) += hsi_char.o |
