]> Git Repo - J-linux.git/blob - drivers/misc/sgi-xp/Makefile
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[J-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.033795 seconds and 4 git commands to generate.