summaryrefslogtreecommitdiffstats
path: root/arch/ia64/sn/kernel/Makefile
diff options
context:
space:
mode:
authorDean Nelson <dcn@sgi.com>2005-03-24 03:50:00 +0100
committerTony Luck <tony.luck@intel.com>2005-05-03 21:36:00 +0200
commit89eb8eb927e324366c3ac0458998aaf9953fc5cd (patch)
treec5f77d88bc42821134de6ea49a5663654df38e56 /arch/ia64/sn/kernel/Makefile
parent[IA64] manually apply changes to arch/ia64/sn/kernel/Makefile (diff)
downloadlinux-89eb8eb927e324366c3ac0458998aaf9953fc5cd.tar.xz
linux-89eb8eb927e324366c3ac0458998aaf9953fc5cd.zip
[IA64-SGI] SGI Altix cross partition functionality [2/3]
This patch contains the communication module (XPC) for cross partition communication on a partitioned SGI Altix. Signed-off-by: Dean Nelson <dcn@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/sn/kernel/Makefile')
-rw-r--r--arch/ia64/sn/kernel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/sn/kernel/Makefile b/arch/ia64/sn/kernel/Makefile
index b1a4a23086b9..6959736eadea 100644
--- a/arch/ia64/sn/kernel/Makefile
+++ b/arch/ia64/sn/kernel/Makefile
@@ -13,3 +13,5 @@ obj-$(CONFIG_IA64_GENERIC) += machvec.o
obj-$(CONFIG_SGI_TIOCX) += tiocx.o
obj-$(CONFIG_IA64_SGI_SN_XP) += xp.o
xp-y := xp_main.o xp_nofault.o
+obj-$(CONFIG_IA64_SGI_SN_XP) += xpc.o
+xpc-y := xpc_main.o xpc_channel.o xpc_partition.o