diff options
Diffstat (limited to 'kernel/bpf/Makefile')
| -rw-r--r-- | kernel/bpf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/bpf/Makefile b/kernel/bpf/Makefile index e1e5e658f2db..48e92705be59 100644 --- a/kernel/bpf/Makefile +++ b/kernel/bpf/Makefile | |||
| @@ -2,6 +2,9 @@ obj-y := core.o | |||
| 2 | 2 | ||
| 3 | obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o | 3 | obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o |
| 4 | obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_in_map.o | 4 | obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_in_map.o |
| 5 | ifeq ($(CONFIG_NET),y) | ||
| 6 | obj-$(CONFIG_BPF_SYSCALL) += devmap.o | ||
| 7 | endif | ||
| 5 | ifeq ($(CONFIG_PERF_EVENTS),y) | 8 | ifeq ($(CONFIG_PERF_EVENTS),y) |
| 6 | obj-$(CONFIG_BPF_SYSCALL) += stackmap.o | 9 | obj-$(CONFIG_BPF_SYSCALL) += stackmap.o |
| 7 | endif | 10 | endif |
