mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
45d9ca492e
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
|