summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2013-01-14 17:09:52 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2013-01-14 17:09:52 -0800
commitd39ee158d390d89bd97344cb7b5a6e38b17141c4 (patch)
tree77958dde4f2081f6317426e583d4480c637edaf5
parente39c1a1c19fd50bcaca6eee4bcf40d910fe0cf9d (diff)
downloadktest-d39ee158d390d89bd97344cb7b5a6e38b17141c4.tar.gz
ktest-d39ee158d390d89bd97344cb7b5a6e38b17141c4.tar.xz
ktest-d39ee158d390d89bd97344cb7b5a6e38b17141c4.zip
allmodmake.sh: fix naming of modconfigs
-rwxr-xr-xallmodmake.sh2
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