summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-05-29 16:39:36 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-05-29 16:39:36 +0200
commite028f248c6a32a87b5ea27079bea4f38e31cc27c (patch)
tree4de0e66aa20e1fbbdf311b001ed7e142e9da4c0a
parenta0ab84355bc17fd85f91dbe2a1a39ddcba92a765 (diff)
List the make targets.
...and mention the documentation some more.
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0c62245..6d5ef2a 100644
--- a/README.md
+++ b/README.md
@@ -31,10 +31,11 @@ Run the following commands in the kernel root:
<i>(Note: The directory name Kconfiglib/ is significant.)</i>
-In addition to creating a handy interface, the make targets are needed to pick
-up environment variables set in the kernel makefiles which are referenced in
-the Kconfig files (<i>ARCH</i>, <i>SRCARCH</i>, and <i>KERNELVERSION</i> as of
-Linux v4.0-rc3).
+In addition to creating a handy interface, the make targets created by the patch
+(`scriptconfig` and `iscripconfig`) are needed to pick up environment variables
+set in the kernel makefiles and later referenced in the Kconfig files (<i>ARCH</i>,
+<i>SRCARCH</i>, and <i>KERNELVERSION</i> as of Linux v4.0-rc3). The documentation
+explains how the make targets are used.
Please tell me if the patch does not apply. It should be trivial to apply
manually.