Commit 386b8139 authored by Hans-Christian Egtvedt's avatar Hans-Christian Egtvedt
Browse files

Mention the saveconfig and getconfig targets in make help



I often find myself forgetting what those targets were called, and I imagine
others may not even be aware of their existence.

Signed-off-by: default avatarHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Signed-off-by: default avatarHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
parent 555474f2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -505,6 +505,8 @@ help:
	@echo 'Configuration:'
	@echo '  menuconfig             - interactive curses-based configurator'
	@echo '  oldconfig              - resolve any unresolved symbols in .config'
	@echo '  saveconfig             - save current configuration under local/<project>'
	@echo '  getconfig              - restore saved configuration from local/<project>'
	@echo
	@echo 'Miscellaneous:'
	@echo '  source                 - download all sources needed for offline-build'