14 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for SGI's XP devices.4#5 6obj-$(CONFIG_SGI_XP) += xp.o7xp-y := xp_main.o xp_uv.o8 9obj-$(CONFIG_SGI_XP) += xpc.o10xpc-y := xpc_main.o xpc_channel.o xpc_partition.o \11 xpc_uv.o12 13obj-$(CONFIG_SGI_XP) += xpnet.o14