diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-16 11:32:18 -0800 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-18 10:22:29 -0800 |
commit | 2a379b789c1bcba4934e0fe1da4017f07bc703be (patch) | |
tree | 37287082f228b744a4a55232db27f73a31a06fad /Makefile | |
parent | e122cc888ddd6608d26281ea83b300f491ea4f25 (diff) |
Document standalone target
Add documentation to README and `make help`
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -92,6 +92,11 @@ help: @echo " debug BSP=mee [PROGRAM=$(PROGRAM) BOARD=$(BOARD)]:" @echo " Launch OpenOCD and attach GDB to the running program." @echo "" + @echo " standalone BSP=mee STANDALONE_DEST=/path/to/desired/location" + @echo " [PROGRAM=$(PROGRAM) BOARD=$(BOARD)]:" + @echo " Export a program for a single target into a standalone" + @echo " project directory at STANDALONE_DEST." + @echo "" @echo " For more information, read the accompanying README.md" .PHONY: clean |