summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-18 13:42:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-18 13:42:23 +0200
commit021fd36e08840ebf9981d483cc8cac3cbb6217de (patch)
treeb81353fbcb13337fe8e22bac3b7a00d05c417037 /mk
parentb677bb107f14a301f5fe7cfb750b9e980c3fd9ab (diff)
convert mips to use new targethelp make target, useful to just show the help text after building
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 737e1fab7..b59fa65f1 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -190,6 +190,9 @@ toolchain/%: ${STAGING_TARGET_DIR}
image:
$(MAKE) -C target image
+targethelp:
+ $(MAKE) -C target targethelp
+
switch:
if [ -f .config ];then \
echo "Saving configuration for target system: ${ADK_TARGET_SYSTEM} with arch: ${ADK_TARGET_ARCH}";\