summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-15 18:53:16 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-15 18:53:16 +0100
commit91d51a7cd5577579c1d94c0486afe53f0e680260 (patch)
tree82fc7b3b58b8fd4c439746a11bb861ed7a27184e /Makefile
parent3b3017702b1ef100c6ccf214cf3117bf5a069e4d (diff)
add newpackage target to wrapper
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad1a23fbc..81e11c89a 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:
+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:
@./scripts/prereq.sh ${MAKECMDGOALS}