summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-08-25 19:46:50 +0000
committerMyles Watson <mylesgw@gmail.com>2009-08-25 19:46:50 +0000
commit879c17784f88994c03e90aca85710d7aac6582de (patch)
treea7867c658bbfeaade3bca06d9e2c6728679f9640 /documentation
parent2b7418ecc6f0c42b5ab6ebccb1a33d1422040404 (diff)
downloadcoreboot-staging-879c17784f88994c03e90aca85710d7aac6582de.zip
coreboot-staging-879c17784f88994c03e90aca85710d7aac6582de.tar.gz
Correct typos /subdir/subdirs/ in documentation and util/x86emu/Makefile.inc.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4582 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Kconfig.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Kconfig.tex b/documentation/Kconfig.tex
index 25f5462..32fdd19 100644
--- a/documentation/Kconfig.tex
+++ b/documentation/Kconfig.tex
@@ -21,8 +21,8 @@ Kconfig files use the source command to include subdirectories. In most cases, s
There is only one Makefile, at the top level. All other makefiles are included as Makefile.inc. All the next-level Makefile.inc files are selected in the top level Makefile. Directories that are platform-independent are in BUILD-y; platform-dependent (e.g. Makefile.inc's that depend on architecture) are included in PLATFORM-y.
Make is not recursive. There is only one make process.
-\subsection{subdir usage}
-Further includes of Makefile.inc, if needed, are done via subdir-y commands. As in Linux, the subdir can be conditional or unconditional. Conditional includes are done via subdir-\$(CONFIG\_VARIABLE) usage; unconditional are done via subdir-y.
+\subsection{subdirs usage}
+Further includes of Makefile.inc, if needed, are done via subdirs-y commands. As in Linux, the subdirs can be conditional or unconditional. Conditional includes are done via subdirs-\$(CONFIG\_VARIABLE) usage; unconditional are done via subdirs-y.
We define the common rules for which variation to use below.
\subsection{object file specification}
OpenPOWER on IntegriCloud