Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[linux-2.6-microblaze.git] / arch / sparc / net / Makefile
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