Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.16 11 lines 173 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3obj-$(CONFIG_NETDEVSIM) += netdevsim.o 4 5netdevsim-objs := \ 6 netdev.o \ 7 8ifeq ($(CONFIG_BPF_SYSCALL),y) 9netdevsim-objs += \ 10 bpf.o 11endif