diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2013-01-14 17:09:52 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-01-14 17:09:52 -0800 |
commit | d39ee158d390d89bd97344cb7b5a6e38b17141c4 (patch) | |
tree | 77958dde4f2081f6317426e583d4480c637edaf5 | |
parent | e39c1a1c19fd50bcaca6eee4bcf40d910fe0cf9d (diff) | |
download | ktest-d39ee158d390d89bd97344cb7b5a6e38b17141c4.tar.gz ktest-d39ee158d390d89bd97344cb7b5a6e38b17141c4.tar.xz ktest-d39ee158d390d89bd97344cb7b5a6e38b17141c4.zip |
allmodmake.sh: fix naming of modconfigs
-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 |