diff options
Diffstat (limited to 'net/unix/Makefile')
| -rw-r--r-- | net/unix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/unix/Makefile b/net/unix/Makefile index b663c607b1c6..4ddd125c4642 100644 --- a/net/unix/Makefile +++ b/net/unix/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # # Makefile for the Linux unix domain socket layer. # @@ -6,6 +7,7 @@ obj-$(CONFIG_UNIX) += unix.o unix-y := af_unix.o garbage.o unix-$(CONFIG_SYSCTL) += sysctl_net_unix.o +unix-$(CONFIG_BPF_SYSCALL) += unix_bpf.o obj-$(CONFIG_UNIX_DIAG) += unix_diag.o unix_diag-y := diag.o |
