repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clk: bcm2835: divider value has to be 1 or more
[linux/fpc-iii.git]
/
kernel
/
bpf
/
Makefile
blob
eed911d091dacebc429393e80120721fc6a8f110
1
obj-y
:=
core.o
2
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
5
ifeq
($(
CONFIG_PERF_EVENTS
),
y
)
6
obj-
$(
CONFIG_BPF_SYSCALL
) +=
stackmap.o
7
endif