From 8b20d9dd61af197692e3bb874ef52654b6d8e9f7 Mon Sep 17 00:00:00 2001 From: Alexandre Bezroutchko Date: Wed, 21 Nov 2012 20:25:13 +0000 Subject: [PATCH] DevelopmentWorkflow changed Added missing comment to kernel-specific dvp workflow --- DevelopmentWorkflow.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DevelopmentWorkflow.md b/DevelopmentWorkflow.md index 608e41b1..dbe477e2 100644 --- a/DevelopmentWorkflow.md +++ b/DevelopmentWorkflow.md @@ -73,6 +73,8 @@ Now change the configuration. For example, in kernel-3.4.18/linux-3.4.18: make menuconfig ``` +Copy the modified config back into the kernel tree: + ``` {.wiki} cp .config ../../../config-pvops ```