Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.4 8 lines 198 B view raw
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# Virtio interface 8obj-$(CONFIG_CAIF_VIRTIO) += caif_virtio.o