summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-13 18:20:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-13 18:20:44 +0100
commit70396690aa79bee8770caa07e1717c87e12ae4cb (patch)
tree1c2df0ea7b46bac25cc7b277c90b8447b04883af /Makefile
parent6d7f991afbe53f041f03123092cfe410b3f200a8 (diff)
special case for defconfig used by embedded-test.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cce700bd8..7acacf833 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 download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu:
+all v 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}