]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - drivers/misc/sgi-xp/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / misc / sgi-xp / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for SGI's XP devices.
4 #
5
6 obj-$(CONFIG_SGI_XP) += xp.o
7 xp-y := xp_main.o
8 xp-$(CONFIG_IA64_SGI_SN2) += xp_sn2.o xp_nofault.o
9 xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o
10 xp-$(CONFIG_IA64_SGI_UV) += xp_uv.o
11 xp-$(CONFIG_X86_64) += xp_uv.o
12
13 obj-$(CONFIG_SGI_XP) += xpc.o
14 xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
15 xpc-$(CONFIG_IA64_SGI_SN2) += xpc_sn2.o
16 xpc-$(CONFIG_IA64_GENERIC) += xpc_sn2.o
17 xpc-$(CONFIG_IA64_SGI_UV) += xpc_uv.o
18 xpc-$(CONFIG_X86_64) += xpc_uv.o
19
20 obj-$(CONFIG_SGI_XP) += xpnet.o