diff options
author | Dean Nelson <dcn@sgi.com> | 2005-03-23 20:50:00 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-05-03 12:37:19 -0700 |
commit | a2d974da0afe659cff98913184a97c0ee686d02b (patch) | |
tree | 1a1479280445226104ddc062bed2e2806639352e /arch/ia64/sn/kernel/Makefile | |
parent | 89eb8eb927e324366c3ac0458998aaf9953fc5cd (diff) | |
download | op-kernel-dev-a2d974da0afe659cff98913184a97c0ee686d02b.zip op-kernel-dev-a2d974da0afe659cff98913184a97c0ee686d02b.tar.gz |
[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 6959736..4351c4f 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 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 +obj-$(CONFIG_IA64_SGI_SN_XP) += xpnet.o |