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

Configure Feed

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

at v6.19-rc7 9 lines 253 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2obj-$(CONFIG_QCOMTEE) += qcomtee.o 3qcomtee-objs += async.o 4qcomtee-objs += call.o 5qcomtee-objs += core.o 6qcomtee-objs += mem_obj.o 7qcomtee-objs += primordial_obj.o 8qcomtee-objs += shm.o 9qcomtee-objs += user_obj.o