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.19-rc5 9 lines 197 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_CRYPTO_DEV_NITROX_CNN55XX) += n5pf.o 3 4n5pf-objs := nitrox_main.o \ 5 nitrox_isr.o \ 6 nitrox_lib.o \ 7 nitrox_hal.o \ 8 nitrox_reqmgr.o \ 9 nitrox_algs.o