1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for SGI's XP devices. 4# 5 6obj-$(CONFIG_SGI_XP) += xp.o 7xp-y := xp_main.o xp_uv.o 8 9obj-$(CONFIG_SGI_XP) += xpc.o 10xpc-y := xpc_main.o xpc_channel.o xpc_partition.o \ 11 xpc_uv.o 12 13obj-$(CONFIG_SGI_XP) += xpnet.o 14