blob: 4fc40d8e1bcc57104fb31f24513204e6330f8bf7 [file] [log] [blame]
Dean Nelson45d9ca42008-04-22 14:46:56 -05001#
2# Makefile for SGI's XP devices.
3#
4
5obj-$(CONFIG_SGI_XP) += xp.o
Dean Nelson261f3b42008-07-29 22:34:16 -07006xp-y := xp_main.o
7xp-$(CONFIG_IA64_SGI_SN2) += xp_sn2.o xp_nofault.o
Dean Nelsonb7f7b072008-10-29 14:01:12 -07008xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o
Dean Nelson261f3b42008-07-29 22:34:16 -07009xp-$(CONFIG_IA64_SGI_UV) += xp_uv.o
10xp-$(CONFIG_X86_64) += xp_uv.o
Dean Nelson45d9ca42008-04-22 14:46:56 -050011
12obj-$(CONFIG_SGI_XP) += xpc.o
Dean Nelson261f3b42008-07-29 22:34:16 -070013xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
14xpc-$(CONFIG_IA64_SGI_SN2) += xpc_sn2.o
Dean Nelsonb7f7b072008-10-29 14:01:12 -070015xpc-$(CONFIG_IA64_GENERIC) += xpc_sn2.o
Dean Nelson261f3b42008-07-29 22:34:16 -070016xpc-$(CONFIG_IA64_SGI_UV) += xpc_uv.o
17xpc-$(CONFIG_X86_64) += xpc_uv.o
Dean Nelson45d9ca42008-04-22 14:46:56 -050018
19obj-$(CONFIG_SGI_XP) += xpnet.o