diff options
author | Jack Steiner | 2008-07-29 22:34:00 -0700 |
---|---|---|
committer | Linus Torvalds | 2008-07-30 09:41:48 -0700 |
commit | 3c45f6928322773b1810fbec1ece77056f914114 (patch) | |
tree | 466bc6d41f88352a2f98f7d3cf137aafb6781dcc /drivers | |
parent | ee5b8feca3af01400e26637209a72fbf137c82ff (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/misc/sgi-gru/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/misc/sgi-gru/Makefile b/drivers/misc/sgi-gru/Makefile new file mode 100644 index 000000000000..d03597a521b0 --- /dev/null +++ b/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 + |