浏览代码

GRU Driver: driver makefile

This patch adds the GRU driver makefile

Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Jack Steiner 17 年之前
父节点
当前提交
3c45f69283
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      drivers/misc/sgi-gru/Makefile

+ 3 - 0
drivers/misc/sgi-gru/Makefile

@@ -0,0 +1,3 @@
+obj-$(CONFIG_SGI_GRU) := gru.o
+gru-y := grufile.o grumain.o grufault.o grutlbpurge.o gruprocfs.o grukservices.o
+