mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-12 01:38:01 +00:00
Move XPC and XPNET from arch/ia64/sn/kernel to drivers/misc/sgi-xp. Signed-off-by: Dean Nelson <dcn@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
12 lines
221 B
Makefile
12 lines
221 B
Makefile
#
|
|
# Makefile for SGI's XP devices.
|
|
#
|
|
|
|
obj-$(CONFIG_SGI_XP) += xp.o
|
|
xp-y := xp_main.o xp_nofault.o
|
|
|
|
obj-$(CONFIG_SGI_XP) += xpc.o
|
|
xpc-y := xpc_main.o xpc_channel.o xpc_partition.o
|
|
|
|
obj-$(CONFIG_SGI_XP) += xpnet.o
|