Makefile 150 B

1234567
  1. #
  2. # Arch-specific network modules
  3. #
  4. obj-$(CONFIG_BPF_JIT) += bpf_jit_comp_$(BITS).o
  5. ifeq ($(BITS),32)
  6. obj-$(CONFIG_BPF_JIT) += bpf_jit_asm_32.o
  7. endif