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 v4.15-rc1 6 lines 149 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_OPTEE) += optee.o 3optee-objs += core.o 4optee-objs += call.o 5optee-objs += rpc.o 6optee-objs += supp.o