projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd0ee1
)
tool for making kernel modules
author
David Schleef
<ds@schleef.org>
Tue, 5 Aug 2003 03:37:15 +0000
(
03:37
+0000)
committer
David Schleef
<ds@schleef.org>
Tue, 5 Aug 2003 03:37:15 +0000
(
03:37
+0000)
modtool.in
[new file with mode: 0755]
patch
|
blob
diff --git a/modtool.in
b/modtool.in
new file mode 100755
(executable)
index 0000000..
643e7de
--- /dev/null
+++ b/
modtool.in
@@ -0,0
+1,10
@@
+#!/bin/bash
+
+LINUX_LD="@LINUX_LD@"
+CC="@CC@"
+
+echo modtool $*
+
+$LINUX_LD $*
+
+