diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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. |
