1
0
This repository has been archived on 2025-07-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
orange_kernel/drivers/hsi/clients/Makefile
2025-03-18 09:50:07 +08:00

10 lines
239 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# 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