Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « net « x86 « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59e123da580cba98d41445a0732bf84bddf95668 (plain)
1
2
3
4
5
6
7
8
9
#
# Arch-specific network modules
#

ifeq ($(CONFIG_X86_32),y)
        obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
else
        obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o
endif