]> Git Repo - linux.git/blob - drivers/misc/sgi-xp/Makefile
x86/alternative: Make custom return thunk unconditional
[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 xp_uv.o
8
9 obj-$(CONFIG_SGI_XP)            += xpc.o
10 xpc-y                           := xpc_main.o xpc_channel.o xpc_partition.o \
11                                    xpc_uv.o
12
13 obj-$(CONFIG_SGI_XP)            += xpnet.o
This page took 0.028706 seconds and 4 git commands to generate.