From 32bdb70afaa0e6f97e09467e2206d28a5716a464 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 12 May 2018 17:04:41 +0100 Subject: [PATCH] Extend usage string --- Makefile.include | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.include b/Makefile.include index 1d06acd23..4de7e7dbb 100644 --- a/Makefile.include +++ b/Makefile.include @@ -403,6 +403,11 @@ usage: @echo " clean Removes all compiled files for TARGET" @echo " distclean Removes all compiled files for all TARGETs" @echo " viewconf Prints Contiki-NG build configuration for TARGET" + @echo " %.flashprof Shows a Flash/ROM profile of a given firmware (e.g. hello-world.flashprof)" + @echo " %.ramprof Shows a RAM profile of a given firmware (e.g. hello-world.ramprof)" + @echo " %.o Produces an object file from a given source file (e.g. hello-world.o)" + @echo " %.e Produces the pre-processed version of a given source file (e.g. hello-world.e)" + @echo " %.s Produces an assembly file from a given source file (e.g. hello-world.s)" help: usage