diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-02-13 10:22:14 -0800 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-02-13 10:39:15 -0800 |
commit | cb8873379bd03d84352a6d28e985ab975b555dbb (patch) | |
tree | 11e63b32f59c955f17f2f497933795c4fd69bfc0 /Makefile | |
parent | 742360812845743f6eb67813fbb97ee60029c45c (diff) |
Document INCLUDE_METAL_SOURCES for standalone target
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,7 +98,8 @@ help: @echo " Launch OpenOCD and attach GDB to the running program." @echo "" @echo " standalone BSP=metal STANDALONE_DEST=/path/to/desired/location" - @echo " [PROGRAM=$(PROGRAM) TARGET=$(TARGET)]:" + @echo " [INCLUDE_METAL_SOURCES=1] [PROGRAM=$(PROGRAM)]" + @echo " [TARGET=$(TARGET)]:" @echo " Export a program for a single target into a standalone" @echo " project directory at STANDALONE_DEST." @echo "" |