diff options
Diffstat (limited to 'drivers/hsi/clients/Makefile')
-rw-r--r-- | drivers/hsi/clients/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/hsi/clients/Makefile b/drivers/hsi/clients/Makefile index 327c0e27c8b0..4d5bc0e0b27b 100644 --- a/drivers/hsi/clients/Makefile +++ b/drivers/hsi/clients/Makefile | |||
@@ -2,4 +2,6 @@ | |||
2 | # Makefile for HSI clients | 2 | # Makefile for HSI clients |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_HSI_CHAR) += hsi_char.o | 5 | obj-$(CONFIG_NOKIA_MODEM) += nokia-modem.o |
6 | obj-$(CONFIG_SSI_PROTOCOL) += ssi_protocol.o | ||
7 | obj-$(CONFIG_HSI_CHAR) += hsi_char.o | ||