Skip to content

Commit 22e50f3

Browse files
committed
Use recent kernel build messages
1 parent f7e2186 commit 22e50f3

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

lkmpg.tex

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -542,16 +542,19 @@ \subsection{Building modules for a precompiled kernel}
542542

543543
\begin{verbatim}
544544
$ make
545-
CHK include/linux/version.h
546-
UPD include/linux/version.h
547-
SYMLINK include/asm -> include/asm-i386
548-
SPLIT include/linux/autoconf.h -> include/config/*
549-
HOSTCC scripts/basic/fixdep
550-
HOSTCC scripts/basic/split-include
551-
HOSTCC scripts/basic/docproc
552-
HOSTCC scripts/conmakehash
553-
HOSTCC scripts/kallsyms
554-
CC scripts/empty.o
545+
SYNC include/config/auto.conf.cmd
546+
HOSTCC scripts/basic/fixdep
547+
HOSTCC scripts/kconfig/conf.o
548+
HOSTCC scripts/kconfig/confdata.o
549+
HOSTCC scripts/kconfig/expr.o
550+
LEX scripts/kconfig/lexer.lex.c
551+
YACC scripts/kconfig/parser.tab.[ch]
552+
HOSTCC scripts/kconfig/preprocess.o
553+
HOSTCC scripts/kconfig/symbol.o
554+
HOSTCC scripts/kconfig/util.o
555+
HOSTCC scripts/kconfig/lexer.lex.o
556+
HOSTCC scripts/kconfig/parser.tab.o
557+
HOSTLD scripts/kconfig/conf
555558
\end{verbatim}
556559

557560
If you do not desire to actually compile the kernel, you can interrupt the build process (CTRL-C) just after the SPLIT line, because at that time, the files you need will be are ready.

0 commit comments

Comments
 (0)