summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-05-02 10:54:57 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-04 09:34:29 +0200
commit279a7c9e5487bba79c4c4c609b8e6ace78e570bd (patch)
tree88402f6a431649038401aa6e5329c92a645376ba /scripts
parent18a22b09aeccf03eb9f7ca8ba47a3755ef5fea06 (diff)
downloadptxdist-279a7c9e5487bba79c4c4c609b8e6ace78e570bd.tar.gz
ptxdist-279a7c9e5487bba79c4c4c609b8e6ace78e570bd.tar.xz
ptxdist: add support for alldefconfig
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/libptxdist.sh13
1 files changed, 2 insertions, 11 deletions
diff --git a/scripts/libptxdist.sh b/scripts/libptxdist.sh
index d86b7ee7b..d1687cd72 100644
--- a/scripts/libptxdist.sh
+++ b/scripts/libptxdist.sh
@@ -302,17 +302,8 @@ ptxd_kconfig() {
"${conf}" --oldconfig "${file_kconfig}"
fi
;;
- allmodconfig)
- "${conf}" --allmodconfig "${file_kconfig}"
- ;;
- allyesconfig)
- "${conf}" --allyesconfig "${file_kconfig}"
- ;;
- allnoconfig)
- "${conf}" --allnoconfig "${file_kconfig}"
- ;;
- randconfig)
- "${conf}" --randconfig "${file_kconfig}"
+ all*config|randconfig)
+ "${conf}" --${config} "${file_kconfig}"
;;
dep)
copy_back="false"