From 9f3b95f30c89d2bc1cea2da80bcbb2ea9b916faa Mon Sep 17 00:00:00 2001 From: jebba Date: Tue, 27 Jul 2021 18:42:37 -0600 Subject: [PATCH] make defconfig is faster/scriptable --- docs/BUILD.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: ```