[PATCH 12/26] kbuild: document INSTALL_MOD_PATH in 'make help'

From: Sam Ravnborg
Date: Tue Jan 03 2006 - 08:30:03 EST


From: Bodo Eggert <7eggert@xxxxxx>
Date: 1132773094 +0100

Signed-Off-By: Bodo Eggert <7eggert@xxxxxx>
Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx>

---

Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

9cc5d74c847dd3a9ea121b5bbca07bd5791c54ee
diff --git a/Makefile b/Makefile
index b7856d3..5f685b9 100644
--- a/Makefile
+++ b/Makefile
@@ -1062,7 +1062,7 @@ help:
@echo ' all - Build all targets marked with [*]'
@echo '* vmlinux - Build the bare kernel'
@echo '* modules - Build all modules'
- @echo ' modules_install - Install all modules'
+ @echo ' modules_install - Install all modules to INSTALL_MOD_PATH (default: /)'
@echo ' dir/ - Build all files in dir and below'
@echo ' dir/file.[ois] - Build specified target only'
@echo ' dir/file.ko - Build module including final link'
--
1.0.6

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/