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
x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git]
/
arch
/
powerpc
/
net
/
Makefile
blob
c1ff16a6eb517842b6451ebf41ab8a19151d7da0
1
#
2
# Arch-specific network modules
3
#
4
ifeq
($(
CONFIG_PPC64
),
y
)
5
obj-
$(
CONFIG_BPF_JIT
) +=
bpf_jit_asm64.o bpf_jit_comp64.o
6
else
7
obj-
$(
CONFIG_BPF_JIT
) +=
bpf_jit_asm.o bpf_jit_comp.o
8
endif