X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=kernel%2Fbpf%2FMakefile;h=16e95c8e749e38362112eec4eeeb1fe1560655bc;hb=2a171788ba7bb61995e98e8163204fc7880f63b2;hp=897daa005b239d403fd4e3be9d817834dbe4d40a;hpb=3728e6a255b50382591ee374c70e6f5276a47d0a;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/kernel/bpf/Makefile b/kernel/bpf/Makefile index 897daa0..16e95c8 100644 --- a/kernel/bpf/Makefile +++ b/kernel/bpf/Makefile @@ -1,9 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0 obj-y := core.o obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o tnum.o obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_in_map.o +obj-$(CONFIG_BPF_SYSCALL) += disasm.o ifeq ($(CONFIG_NET),y) obj-$(CONFIG_BPF_SYSCALL) += devmap.o +obj-$(CONFIG_BPF_SYSCALL) += cpumap.o ifeq ($(CONFIG_STREAM_PARSER),y) obj-$(CONFIG_BPF_SYSCALL) += sockmap.o endif