diff options
Diffstat (limited to 'arch/s390/net/Makefile')
| -rw-r--r-- | arch/s390/net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/s390/net/Makefile b/arch/s390/net/Makefile index 90568c33ddb0..9275cf63192a 100644 --- a/arch/s390/net/Makefile +++ b/arch/s390/net/Makefile @@ -1,4 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 # # Arch-specific network modules # -obj-$(CONFIG_BPF_JIT) += bpf_jit.o bpf_jit_comp.o +obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o bpf_timed_may_goto.o +obj-$(CONFIG_HAVE_PNETID) += pnet.o |
