aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUwe Hermann2009-07-16 18:33:32 +0200
committerUwe Hermann2009-07-16 18:33:32 +0200
commit0fe49aadecc85210b08b5ffc9e93cf87637a38d0 (patch)
tree703a0659d8cf673790ca80070a365f79c9128df9 /README
parentcaeba0c631576c2e35a0090f28f505cb6c6b40df (diff)
Document 'make V=1' usage.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 3c534ca..b32a9c5 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
------------