diff --git a/docs/BUILD.md b/docs/BUILD.md index 7568d7c..7683c08 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -177,6 +177,12 @@ Run menuconfig: make menuconfig ``` +Or, if you used the `.config` from above, you can skip `menuconfig` and run: + +``` +make defconfig +``` + In there, there are a few options needed to select, which should be already including in above config: ```