xref: /linux/drivers/net/caif/Makefile (revision c28efb15f9e51a96c6bce2b92c0f3a4da87db877)
1# SPDX-License-Identifier: GPL-2.0
2ccflags-$(CONFIG_CAIF_DEBUG) := -DDEBUG
3
4# Serial interface
5obj-$(CONFIG_CAIF_TTY) += caif_serial.o
6
7# HSI interface
8obj-$(CONFIG_CAIF_HSI) += caif_hsi.o
9
10# Virtio interface
11obj-$(CONFIG_CAIF_VIRTIO) += caif_virtio.o
12