summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-13 23:55:53 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-13 23:55:53 +0100
commitcf7ea2466bcb19ae5db8975dc252a34244e3032d (patch)
tree64e42feca1703270121201916b3aaac5e64811cb
parent66cac3eadc9acc2783886327a3146cc633e270e7 (diff)
allow all*config used by jenkins buildserver
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7acacf833..ad1a23fbc 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,5 @@
# GNU make and BSD make compatible make file wrapper
MAKECMDGOALS+= ${.TARGETS}
-all v help targethelp kernelconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu:
+all v allmodconfig allnoconfig allyesconfig help targethelp kernelconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu:
@./scripts/prereq.sh ${MAKECMDGOALS}