diff options
author | Dean Nelson <dcn@sgi.com> | 2005-03-23 21:50:00 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-05-03 15:36:00 -0400 |
commit | 89eb8eb927e324366c3ac0458998aaf9953fc5cd (patch) | |
tree | c5f77d88bc42821134de6ea49a5663654df38e56 /arch/ia64/sn/kernel/Makefile | |
parent | 21223a9e78050919499d3d9039170e608eb939cc (diff) |
[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/Makefile | 2 |
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 | |||
13 | obj-$(CONFIG_SGI_TIOCX) += tiocx.o | 13 | obj-$(CONFIG_SGI_TIOCX) += tiocx.o |
14 | obj-$(CONFIG_IA64_SGI_SN_XP) += xp.o | 14 | obj-$(CONFIG_IA64_SGI_SN_XP) += xp.o |
15 | xp-y := xp_main.o xp_nofault.o | 15 | xp-y := xp_main.o xp_nofault.o |
16 | obj-$(CONFIG_IA64_SGI_SN_XP) += xpc.o | ||
17 | xpc-y := xpc_main.o xpc_channel.o xpc_partition.o | ||