Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Dean Nelson | 45d9ca4 | 2008-04-22 14:46:56 -0500 | [diff] [blame] | 2 | # |
| 3 | # Makefile for SGI's XP devices. |
| 4 | # |
| 5 | |
| 6 | obj-$(CONFIG_SGI_XP) += xp.o |
Christoph Hellwig | 9726bfc | 2019-08-13 09:24:56 +0200 | [diff] [blame] | 7 | xp-y := xp_main.o xp_uv.o |
Dean Nelson | 45d9ca4 | 2008-04-22 14:46:56 -0500 | [diff] [blame] | 8 | |
| 9 | obj-$(CONFIG_SGI_XP) += xpc.o |
Christoph Hellwig | 9726bfc | 2019-08-13 09:24:56 +0200 | [diff] [blame] | 10 | xpc-y := xpc_main.o xpc_channel.o xpc_partition.o \ |
| 11 | xpc_uv.o |
Dean Nelson | 45d9ca4 | 2008-04-22 14:46:56 -0500 | [diff] [blame] | 12 | |
| 13 | obj-$(CONFIG_SGI_XP) += xpnet.o |