DevelopmentWorkflow changed

Added missing comment to kernel-specific dvp workflow
This commit is contained in:
Alexandre Bezroutchko 2012-11-21 20:25:13 +00:00
parent 33888042a9
commit 8b20d9dd61

View File

@ -73,6 +73,8 @@ Now change the configuration. For example, in kernel-3.4.18/linux-3.4.18:
make menuconfig make menuconfig
``` ```
Copy the modified config back into the kernel tree:
``` {.wiki} ``` {.wiki}
cp .config ../../../config-pvops cp .config ../../../config-pvops
``` ```