summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2016-02-10 11:07:34 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-11 13:52:19 +0100
commitfb985f205599e06700f558a171bc9349b9e73384 (patch)
treed71832cc4efb76f93c7eb36bcf0f79b37e08de06 /Documentation
parent29fe2e34e1d686b55aaf6a1e71f5fe4137583269 (diff)
downloadbarebox-fb985f205599e06700f558a171bc9349b9e73384.tar.gz
barebox-fb985f205599e06700f558a171bc9349b9e73384.tar.xz
Documentation: user manual: clarify kconfig+kbuild
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/user/barebox.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index 00ceabb925..b1f06b0080 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -113,9 +113,9 @@ with the most popular being ``menuconfig``::
make menuconfig
-barebox uses the same (Kbuild) configuration system as Linux, so you can use
-all the kernel config targets you already know, e.g. ``make xconfig``,
-``make allyesconfig`` etc.
+barebox uses the same configuration and build system as Linux (Kconfig,
+Kbuild), so you can use all the kernel config targets you already know, e.g.
+``make xconfig``, ``make allyesconfig`` etc.
Configuring and compiling "out-of-tree"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^