aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 2d645cd62..ec2b028fd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -117,7 +117,7 @@ somewhere else.
117 117
118To build out of tree, cd to an empty directory and configure busybox from there: 118To build out of tree, cd to an empty directory and configure busybox from there:
119 119
120 make -f /path/to/source/Makefile defconfig 120 make KBUILD_SRC=/path/to/source -f /path/to/source/Makefile defconfig
121 make 121 make
122 make install 122 make install
123 123