diff options
author | Dean Nelson <dcn@sgi.com> | 2005-03-23 22:50:00 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-05-03 15:37:19 -0400 |
commit | a2d974da0afe659cff98913184a97c0ee686d02b (patch) | |
tree | 1a1479280445226104ddc062bed2e2806639352e /arch/ia64/sn/kernel/Makefile | |
parent | 89eb8eb927e324366c3ac0458998aaf9953fc5cd (diff) |
[IA64-SGI] SGI Altix cross partition functionality [3/3]
This patch contains the cross partition pseudo-ethernet driver (XPNET)
functional support module.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/sn/kernel/Makefile b/arch/ia64/sn/kernel/Makefile index 6959736eadea..4351c4ff9845 100644 --- a/arch/ia64/sn/kernel/Makefile +++ b/arch/ia64/sn/kernel/Makefile | |||
@@ -15,3 +15,4 @@ 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 | 16 | obj-$(CONFIG_IA64_SGI_SN_XP) += xpc.o |
17 | xpc-y := xpc_main.o xpc_channel.o xpc_partition.o | 17 | xpc-y := xpc_main.o xpc_channel.o xpc_partition.o |
18 | obj-$(CONFIG_IA64_SGI_SN_XP) += xpnet.o | ||