Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[deliverable/linux.git] / drivers / misc / sgi-xp / Makefile
1 #
2 # Makefile for SGI's XP devices.
3 #
4
5 obj-$(CONFIG_SGI_XP) += xp.o
6 xp-y := xp_main.o
7 xp-$(CONFIG_IA64_SGI_SN2) += xp_sn2.o xp_nofault.o
8 xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o
9 xp-$(CONFIG_IA64_SGI_UV) += xp_uv.o
10 xp-$(CONFIG_X86_64) += xp_uv.o
11
12 obj-$(CONFIG_SGI_XP) += xpc.o
13 xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
14 xpc-$(CONFIG_IA64_SGI_SN2) += xpc_sn2.o
15 xpc-$(CONFIG_IA64_GENERIC) += xpc_sn2.o
16 xpc-$(CONFIG_IA64_SGI_UV) += xpc_uv.o
17 xpc-$(CONFIG_X86_64) += xpc_uv.o
18
19 obj-$(CONFIG_SGI_XP) += xpnet.o
This page took 0.030881 seconds and 5 git commands to generate.