summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-13 22:55:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-19 19:56:36 +0100
commit21082dbe004338c24513d3f0c036b4f0bdc8c471 (patch)
tree89f58017634e5832b924ce82d46c604b5b9de6d4 /Makefile
parent1fa3b67683bf6af403a72d9014dd3350e11933e0 (diff)
allow update-patches
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 81e11c89a..d86557f6f 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:
+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:
@./scripts/prereq.sh ${MAKECMDGOALS}