blob: bbb622c19c06822b2524012426452a7bc73ef557 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Dean Nelson45d9ca42008-04-22 14:46:56 -05002#
3# Makefile for SGI's XP devices.
4#
5
6obj-$(CONFIG_SGI_XP) += xp.o
Dean Nelson261f3b42008-07-29 22:34:16 -07007xp-y := xp_main.o
8xp-$(CONFIG_IA64_SGI_SN2) += xp_sn2.o xp_nofault.o
Dean Nelsonb7f7b072008-10-29 14:01:12 -07009xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o
Dean Nelson261f3b42008-07-29 22:34:16 -070010xp-$(CONFIG_IA64_SGI_UV) += xp_uv.o
11xp-$(CONFIG_X86_64) += xp_uv.o
Dean Nelson45d9ca42008-04-22 14:46:56 -050012
13obj-$(CONFIG_SGI_XP) += xpc.o
Dean Nelson261f3b42008-07-29 22:34:16 -070014xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
15xpc-$(CONFIG_IA64_SGI_SN2) += xpc_sn2.o
Dean Nelsonb7f7b072008-10-29 14:01:12 -070016xpc-$(CONFIG_IA64_GENERIC) += xpc_sn2.o
Dean Nelson261f3b42008-07-29 22:34:16 -070017xpc-$(CONFIG_IA64_SGI_UV) += xpc_uv.o
18xpc-$(CONFIG_X86_64) += xpc_uv.o
Dean Nelson45d9ca42008-04-22 14:46:56 -050019
20obj-$(CONFIG_SGI_XP) += xpnet.o