xref: /linux/drivers/misc/sgi-xp/Makefile (revision b2441318)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
245d9ca49SDean Nelson#
345d9ca49SDean Nelson# Makefile for SGI's XP devices.
445d9ca49SDean Nelson#
545d9ca49SDean Nelson
645d9ca49SDean Nelsonobj-$(CONFIG_SGI_XP)		+= xp.o
7261f3b49SDean Nelsonxp-y				:= xp_main.o
8261f3b49SDean Nelsonxp-$(CONFIG_IA64_SGI_SN2)	+= xp_sn2.o xp_nofault.o
9b7f7b074SDean Nelsonxp-$(CONFIG_IA64_GENERIC)	+= xp_sn2.o xp_nofault.o
10261f3b49SDean Nelsonxp-$(CONFIG_IA64_SGI_UV)	+= xp_uv.o
11261f3b49SDean Nelsonxp-$(CONFIG_X86_64)		+= xp_uv.o
1245d9ca49SDean Nelson
1345d9ca49SDean Nelsonobj-$(CONFIG_SGI_XP)		+= xpc.o
14261f3b49SDean Nelsonxpc-y				:= xpc_main.o xpc_channel.o xpc_partition.o
15261f3b49SDean Nelsonxpc-$(CONFIG_IA64_SGI_SN2)	+= xpc_sn2.o
16b7f7b074SDean Nelsonxpc-$(CONFIG_IA64_GENERIC)	+= xpc_sn2.o
17261f3b49SDean Nelsonxpc-$(CONFIG_IA64_SGI_UV) 	+= xpc_uv.o
18261f3b49SDean Nelsonxpc-$(CONFIG_X86_64)		+= xpc_uv.o
1945d9ca49SDean Nelson
2045d9ca49SDean Nelsonobj-$(CONFIG_SGI_XP)		+= xpnet.o
21