Makefile 172 B

123456789
  1. #
  2. # Arch-specific network modules
  3. #
  4. ifeq ($(CONFIG_X86_32),y)
  5. obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
  6. else
  7. obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o
  8. endif