From 021fd36e08840ebf9981d483cc8cac3cbb6217de Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 18 May 2014 13:42:02 +0200 Subject: convert mips to use new targethelp make target, useful to just show the help text after building --- mk/build.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mk') 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}";\ -- cgit v1.2.3