diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2013-01-20 12:19:15 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-01-20 12:19:15 -0800 |
commit | ff10318e702301ccec8bedc8fa1269086ecd5495 (patch) | |
tree | 616574e8d9d567475b641de7a8dfb5908041561c /allmodmake.sh | |
parent | ca6145d5f06f8a7f02cd5f8807780483619ac518 (diff) | |
parent | 34a3d16d0504d2b5039173876f42c0ab7e2dceb0 (diff) | |
download | ktest-ff10318e702301ccec8bedc8fa1269086ecd5495.tar.gz ktest-ff10318e702301ccec8bedc8fa1269086ecd5495.tar.xz ktest-ff10318e702301ccec8bedc8fa1269086ecd5495.zip |
Merge branch 'master' of ssh://terminus.zytor.com/home/hpa/ktest/ktest
Diffstat (limited to 'allmodmake.sh')
-rwxr-xr-x | allmodmake.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/allmodmake.sh b/allmodmake.sh index a110419..112c7e9 100755 --- a/allmodmake.sh +++ b/allmodmake.sh @@ -1,3 +1,3 @@ #!/bin/bash here=`dirname "$0"` -ALL='i386-allmodconfig x86_64-allmodconfig' exec "$here"/allmake.sh +ALL='i386-modconfig x86_64-modconfig' exec "$here"/allmake.sh |