summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2016-03-26 13:25:23 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-03-27 18:52:53 +0200
commitcaf92e5e74031e0461b490f9a06ca308723518a3 (patch)
treed6cdf6b75ebe4507a806a86744832bdb5ab9eb12 /Makefile
parentb088c254e6ecca80c557c5500aae47a7307c51b3 (diff)
Fix for unavailable dev-help and pkg-help targets
Fixes: a94d74d9c875b ("rework prereq check") Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d86557f6f..5faad4743 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,5 @@
# GNU make and BSD make compatible make file wrapper
MAKECMDGOALS+= ${.TARGETS}
-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 newpackage host-update-patches update-patches:
+all v allmodconfig allnoconfig allyesconfig help pkg-help dev-help targethelp kernelconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage host-update-patches update-patches:
@./scripts/prereq.sh ${MAKECMDGOALS}