summaryrefslogtreecommitdiff
path: root/Makefile.adk
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.adk')
-rw-r--r--Makefile.adk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.adk b/Makefile.adk
index 85df7e0b5..0938316ba 100644
--- a/Makefile.adk
+++ b/Makefile.adk
@@ -47,6 +47,8 @@ help:
@echo 'Common targets:'
@echo ' download - fetches all needed distfiles'
@echo ' kernelconfig - view the target kernel configuration'
+ @echo ' savekconfig - save changes of "make kernelconfig" to an external'
+ @echo ' configuration file (if configured)'
@echo ''
@echo 'Cleaning targets:'
@echo ' clean - Remove firmware and build directories'
@@ -130,6 +132,9 @@ targethelp:
kernelconfig:
@${GMAKE_INV} kernelconfig
+savekconfig:
+ @${GMAKE_INV} savekconfig
+
newpackage:
@${GMAKE_INV} newpackage