aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/sn/kernel/Makefile
diff options
context:
space:
mode:
authorDean Nelson <dcn@sgi.com>2005-03-23 20:50:00 -0700
committerTony Luck <tony.luck@intel.com>2005-05-03 12:37:19 -0700
commita2d974da0afe659cff98913184a97c0ee686d02b (patch)
tree1a1479280445226104ddc062bed2e2806639352e /arch/ia64/sn/kernel/Makefile
parent89eb8eb927e324366c3ac0458998aaf9953fc5cd (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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/sn/kernel/Makefile b/arch/ia64/sn/kernel/Makefile
index 6959736eade..4351c4ff984 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