From 8626c4b1ee3bdc652572a557c8a0393cb28a17ba Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Wed, 13 Jan 2010 09:31:44 -0800 Subject: [PATCH] --- yaml --- r: 199499 b: refs/heads/master c: 62718979780720e526a411dc66e810288aaa7bf6 h: refs/heads/master i: 199497: ede55a2b0d37203c2cc8867adc0024ed85d70e95 199495: 6360d302c263e24f1f812b0ef87ffaf9cdde6ba9 v: v3 --- [refs] | 2 +- trunk/Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ba6e79b8adf1..a1871e560819 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 85a256d8e0116c8f5ad276730830f5d4d473344d +refs/heads/master: 62718979780720e526a411dc66e810288aaa7bf6 diff --git a/trunk/Makefile b/trunk/Makefile index faa320a67bf8..03053c66bb3a 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1261,7 +1261,9 @@ help: @echo ' firmware_install- Install all firmware to INSTALL_FW_PATH' @echo ' (default: $$(INSTALL_MOD_PATH)/lib/firmware)' @echo ' dir/ - Build all files in dir and below' - @echo ' dir/file.[ois] - Build specified target only' + @echo ' dir/file.[oisS] - Build specified target only' + @echo ' dir/file.lst - Build specified mixed source/assembly target only' + @echo ' (requires a recent binutils and recent build (System.map))' @echo ' dir/file.ko - Build module including final link' @echo ' modules_prepare - Set up for building external modules' @echo ' tags/TAGS - Generate tags file for editors'