Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.27-rc1 11 lines 221 B view raw
1# 2# Makefile for SGI's XP devices. 3# 4 5obj-$(CONFIG_SGI_XP) += xp.o 6xp-y := xp_main.o xp_nofault.o 7 8obj-$(CONFIG_SGI_XP) += xpc.o 9xpc-y := xpc_main.o xpc_channel.o xpc_partition.o 10 11obj-$(CONFIG_SGI_XP) += xpnet.o