Skip to content

Commit 32bdb70

Browse files
committedMay 12, 2018
Extend usage string
1 parent 29c1214 commit 32bdb70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎Makefile.include

+5
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@ usage:
403403
@echo " clean Removes all compiled files for TARGET"
404404
@echo " distclean Removes all compiled files for all TARGETs"
405405
@echo " viewconf Prints Contiki-NG build configuration for TARGET"
406+
@echo " %.flashprof Shows a Flash/ROM profile of a given firmware (e.g. hello-world.flashprof)"
407+
@echo " %.ramprof Shows a RAM profile of a given firmware (e.g. hello-world.ramprof)"
408+
@echo " %.o Produces an object file from a given source file (e.g. hello-world.o)"
409+
@echo " %.e Produces the pre-processed version of a given source file (e.g. hello-world.e)"
410+
@echo " %.s Produces an assembly file from a given source file (e.g. hello-world.s)"
406411

407412
help: usage
408413

0 commit comments

Comments
 (0)
Please sign in to comment.