diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-12 20:25:24 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-12 20:25:24 +0000 |
commit | b6e03200a49d2f682633d102a193afc98e38594b (patch) | |
tree | 3649f7bea752a4000bdf7dcb9bffa375738f77e8 /documentation/Kconfig.tex | |
parent | 245a7da495527250ee5303b45c1829a463b797b5 (diff) |
\\ are not escaped in a sane way between fedora and ubuntu! Just create
these files to make sure that we don't get idiotic problems.
Fix things so they build.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4540 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'documentation/Kconfig.tex')
-rw-r--r-- | documentation/Kconfig.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Kconfig.tex b/documentation/Kconfig.tex index 6b38dc15dd..5612d92db1 100644 --- a/documentation/Kconfig.tex +++ b/documentation/Kconfig.tex @@ -460,7 +460,7 @@ obj-$(CONFIG_HAVE_ACPI_TABLES) += amdk8_acpi.o \subsection{superio} \subsection{drivers/i2c} This is a rather special case. There are no Kconfig files or Makefile.inc files here. They are notneeed. -To compile in one of these files, name the .o directory. E.g. in serengeti_cheetah we have: +To compile in one of these files, name the .o directory. E.g. in serengeti\_cheetah we have: \begin{verbatim} \end{verbatim} |