diff options
author | Alexey Neyman <stilor@att.net> | 2015-11-17 10:43:55 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2015-11-17 10:43:55 -0800 |
commit | 860ac8d5fc8a1a6e011474926a6984139466a1e3 (patch) | |
tree | 42b45330435474a8bd1d8eba808c0cc953c24dd5 | |
parent | 3c1d8625e60e31ed073beb247eaf934364a36957 (diff) | |
download | crosstool-ng-860ac8d5fc8a1a6e011474926a6984139466a1e3.tar.gz crosstool-ng-860ac8d5fc8a1a6e011474926a6984139466a1e3.tar.bz2 crosstool-ng-860ac8d5fc8a1a6e011474926a6984139466a1e3.zip |
Document {check,update}-samples targets.
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | samples/samples.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/samples.mk b/samples/samples.mk index d76a93fb..643e595d 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -29,6 +29,8 @@ help-samples:: @echo ' $${CT_PREFIX} (which you must set)' help-distrib:: + @echo ' check-samples - Verify if samples need updates due to Kconfig changes' + @echo ' update-samples - Regenerate sample configurations using the current Kconfig' @echo ' wiki-samples - Print a DokuWiki table of samples' help-env:: |