diff options
Diffstat (limited to 'docs/manual/make-tips.txt')
-rw-r--r-- | docs/manual/make-tips.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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: -------------------- |