The Makefile & Kconfig changes for the GRU driver. Signed-off-by: Jack Steiner --- drivers/misc/gru/Makefile | 5 +++++ drivers/misc/Kconfig | 13 ++++++++++ 5 file changed, 18 insertions(+) Index: linux/drivers/misc/gru/Makefile =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ linux/drivers/misc/gru/Makefile 2008-06-09 13:53:05.920793394 -0500 @@ -0,0 +1,5 @@ + +EXTRA_CFLAGS += -DDEBUG -Werror -Wall +obj-$(CONFIG_SGI_GRU) := gru.o +gru-y := grufile.o grumain.o grufault.o grutlbpurge.o gruprocfs.o grukservices.o + Index: linux/drivers/misc/Kconfig =================================================================== --- linux.orig/drivers/misc/Kconfig 2008-06-03 21:02:49.000000000 -0500 +++ linux/drivers/misc/Kconfig 2008-06-03 21:07:51.203689479 -0500 @@ -391,4 +391,13 @@ config SGI_XP this feature will allow for direct communication between SSIs based on a network adapter and DMA messaging. +config SGI_GRU + tristate "SGI GRU driver" + depends on X86_64 || IA64 + default n + select MMU_NOTIFIER + ---help--- + This option enables basic support for the SGI UV GRU driver. If + you are not running on a SGI UV system, say N. + endif # MISC_DEVICES -- Thanks Jack Steiner (steiner@sgi.com) 651-683-5302 Sr Principal Engineer SGI - Silicon Graphics, Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/