/usr/src/linux-aws-headers-4.4.0-1032/kernel/bpf/Makefile is in linux-aws-headers-4.4.0-1032 4.4.0-1032.41.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | obj-y := core.o
obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o
obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o
|