summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/customize-outside-br.txt6
-rw-r--r--docs/manual/make-tips.txt6
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/manual/customize-outside-br.txt b/docs/manual/customize-outside-br.txt
index 5d63e60bdf..aac9a4313d 100644
--- a/docs/manual/customize-outside-br.txt
+++ b/docs/manual/customize-outside-br.txt
@@ -100,6 +100,6 @@ And then in +$(BR2_EXTERNAL)/package/package1+ and
* One can store Buildroot defconfigs in the +configs+ subdirectory of
+$(BR2_EXTERNAL)+. Buildroot will automatically show them in the
- output of +make help+ and allow them to be loaded with the normal
- +make <name>_defconfig+ command. They will be visible under the
- +User-provided configs+' label in the 'make help' output.
+ output of +make list-defconfigs+ and allow them to be loaded with the
+ normal +make <name>_defconfig+ command. They will be visible under the
+ +User-provided configs+' label in the 'make list-defconfigs' output.
diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt
index 027eddf83c..1cf15448d3 100644
--- a/docs/manual/make-tips.txt
+++ b/docs/manual/make-tips.txt
@@ -12,6 +12,12 @@ This is a collection of tips that help you make the most of Buildroot.
$ make V=1 <target>
--------------------
+.Display the list of boards with a defconfig:
+
+--------------------
+ $ make list-defconfigs
+--------------------
+
.Display all available targets:
--------------------
OpenPOWER on IntegriCloud