]> Git Repo - linux.git/blob - drivers/net/caif/Makefile
Linux 6.14-rc3
[linux.git] / drivers / net / caif / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 ccflags-$(CONFIG_CAIF_DEBUG) := -DDEBUG
3
4 # Serial interface
5 obj-$(CONFIG_CAIF_TTY) += caif_serial.o
6
7 # Virtio interface
8 obj-$(CONFIG_CAIF_VIRTIO) += caif_virtio.o
This page took 0.035124 seconds and 4 git commands to generate.