From 0fe49aadecc85210b08b5ffc9e93cf87637a38d0 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 16 Jul 2009 18:33:32 +0200 Subject: [PATCH] Document 'make V=1' usage. --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 3c534ca2..b32a9c55 100644 --- a/README +++ b/README @@ -15,6 +15,10 @@ You may want to override the toolchain (e.g., arm-elf or arm-none-eabi): $ PREFIX=arm-none-eabi make +For a more verbose build you can use + + $ make V=1 + Installation ------------