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