Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux-2.6-microblaze.git] / arch / x86 / net / Makefile
1 #
2 # Arch-specific network modules
3 #
4
5 ifeq ($(CONFIG_X86_32),y)
6         obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
7 else
8         obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o
9 endif