forked from Minki/linux
9726bfcdb9
Note this also marks xp broken on ia64 now, as the UV support, which
was disable in generic kernels before actually never compiled due to
undefined uv_gpa_to_soc_phys_ram and uv_gpa_in_mmr_space symbols since
at least commit c2c9f11574
("x86: uv: update XPC to handle updated
BIOS interface").
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lkml.kernel.org/r/20190813072514.23299-11-hch@lst.de
Signed-off-by: Tony Luck <tony.luck@intel.com>
14 lines
269 B
Makefile
14 lines
269 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for SGI's XP devices.
|
|
#
|
|
|
|
obj-$(CONFIG_SGI_XP) += xp.o
|
|
xp-y := xp_main.o xp_uv.o
|
|
|
|
obj-$(CONFIG_SGI_XP) += xpc.o
|
|
xpc-y := xpc_main.o xpc_channel.o xpc_partition.o \
|
|
xpc_uv.o
|
|
|
|
obj-$(CONFIG_SGI_XP) += xpnet.o
|