diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-05-28 13:09:27 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-05-28 13:09:27 -0700 |
commit | 69e9f28942c17da36226bcdb56105efb3fc6b128 (patch) | |
tree | 3fcda5d49fb4307a0a1be9b57842367d42e0f6b6 /modmake.sh | |
parent | 1a73f9a943305d402556e960b06c8d433418cd49 (diff) | |
parent | 51486709a038fc93391ef3b7b63c901ad63dbfdb (diff) | |
download | ktest-69e9f28942c17da36226bcdb56105efb3fc6b128.tar.gz ktest-69e9f28942c17da36226bcdb56105efb3fc6b128.tar.xz ktest-69e9f28942c17da36226bcdb56105efb3fc6b128.zip |
Merge branch 'master' of ssh://terminus.zytor.com/home/hpa/ktest/ktest
Diffstat (limited to 'modmake.sh')
-rwxr-xr-x | modmake.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modmake.sh b/modmake.sh new file mode 100755 index 0000000..824d75b --- /dev/null +++ b/modmake.sh @@ -0,0 +1,3 @@ +#!/bin/bash +here=`dirname "$0"` +ALL='x86_64-modconfig i386-modconfig' exec "$here"/allmake.sh |