\\ 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
This commit is contained in:
Ronald G. Minnich 2009-08-12 20:25:24 +00:00
parent 245a7da495
commit b6e03200a4
4 changed files with 13 additions and 11 deletions

View File

@ -460,7 +460,7 @@ obj-$(CONFIG_HAVE_ACPI_TABLES) += amdk8_acpi.o
\subsection{superio} \subsection{superio}
\subsection{drivers/i2c} \subsection{drivers/i2c}
This is a rather special case. There are no Kconfig files or Makefile.inc files here. They are notneeed. 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} \begin{verbatim}
\end{verbatim} \end{verbatim}

View File

@ -44,29 +44,29 @@ Kconfig.pdf: Kconfig.tex mainboardkconfig.tex cpukconfig.tex socketfkconfig.tex
# quick, somebody! make me a macro! # quick, somebody! make me a macro!
mainboardkconfig.tex: ../src/mainboard/Kconfig mainboardkconfig.tex: ../src/mainboard/Kconfig
echo '\begin{verbatim}' > $@ cat beginverbatim.tex > $@
grep '^config' $< | awk '{print $2}' >>$@ grep '^config' $< | awk '{print $2}' >>$@
echo '\end{verbatim}' >> $@ cat endverbatim.tex >> $@
skconfig.tex: ../src/mainboard/amd/serengeti_cheetah/Kconfig skconfig.tex: ../src/mainboard/amd/serengeti_cheetah/Kconfig
echo '\begin{verbatim}' > $@ cat beginverbatim.tex > $@
grep '^config' $< | awk '{print $2}' >>$@ grep '^config' $< | awk '{print $2}' >>$@
echo '\end{verbatim}' >> $@ cat endverbatim.tex >> $@
cpukconfig.tex: ../src/cpu/Kconfig cpukconfig.tex: ../src/cpu/Kconfig
echo '\begin{verbatim}' > $@ cat beginverbatim.tex > $@
grep '^config' $< | awk '{print $2}' >>$@ grep '^config' $< | awk '{print $2}' >>$@
echo '\end{verbatim}' >> $@ cat endverbatim.tex >> $@
socketfkconfig.tex: ../src/cpu/amd/socket_F/Kconfig socketfkconfig.tex: ../src/cpu/amd/socket_F/Kconfig
echo '\begin{verbatim}' > $@ cat beginverbatim.tex > $@
grep '^config' $< | awk '{print $2}' >>$@ grep '^config' $< | awk '{print $2}' >>$@
echo '\end{verbatim}' >> $@ cat endverbatim.tex >> $@
clean: clean:
rm -f *.aux *.idx *.log *.toc *.out $(FIGS) mainboardkconfig.tex rm -f *.aux *.idx *.log *.toc *.out $(FIGS) mainboardkconfig.tex skconfig.tex cpukconfig.tex socketkconfig.tex
distclean: clean distclean: clean
rm -f LinuxBIOS-AMD64.pdf mainboardkconfig.tex rm -f LinuxBIOS-AMD64.pdf

View File

@ -0,0 +1 @@
\begin{verbatim}

View File

@ -0,0 +1 @@
\end{verbatim}