2 # SPDX-License-Identifier: GPL-2.0
6 # vmlinux is linked from the objects selected by $(KBUILD_VMLINUX_INIT) and
7 # $(KBUILD_VMLINUX_MAIN) and $(KBUILD_VMLINUX_LIBS). Most are built-in.o files
8 # from top-level directories in the kernel tree, others are specified in
9 # arch/$(ARCH)/Makefile. Ordering when linking is important, and
10 # $(KBUILD_VMLINUX_INIT) must be first. $(KBUILD_VMLINUX_LIBS) are archives
11 # which are linked conditionally (not within --whole-archive), and do not
12 # require symbol indexes added.
17 # +-< $(KBUILD_VMLINUX_INIT)
18 # | +--< init/version.o + more
20 # +--< $(KBUILD_VMLINUX_MAIN)
21 # | +--< drivers/built-in.o mm/built-in.o + more
23 # +--< $(KBUILD_VMLINUX_LIBS)
24 # | +--< lib/lib.a + more
26 # +-< ${kallsymso} (see description in KALLSYMS section)
28 # vmlinux version (uname -v) cannot be updated during normal
29 # descending-into-subdirs phase since we do not yet know if we need to
31 # Therefore this step is delayed until just before final link of vmlinux.
33 # System.map is generated to document addresses of all kernel symbols
38 # Nice output in kbuild format
39 # Will be supressed by "make -s"
42 if [ "${quiet}" != "silent_" ]; then
43 printf " %-7s %s\n" ${1} ${2}
47 # Thin archive build here makes a final archive with symbol table and indexes
48 # from vmlinux objects INIT and MAIN, which can be used as input to linker.
49 # KBUILD_VMLINUX_LIBS archives should already have symbol table and indexes
52 # Traditional incremental style of link does not require this step
54 # built-in.o output file
58 if [ -n "${CONFIG_THIN_ARCHIVES}" ]; then
61 ${AR} rcsTP
${KBUILD_ARFLAGS} built-in.o \
62 ${KBUILD_VMLINUX_INIT} \
63 ${KBUILD_VMLINUX_MAIN}
67 # Link of vmlinux.o used for section mismatch analysis
73 if [ -n "${CONFIG_THIN_ARCHIVES}" ]; then
74 objects
="--whole-archive \
78 ${KBUILD_VMLINUX_LIBS} \
81 objects
="${KBUILD_VMLINUX_INIT} \
83 ${KBUILD_VMLINUX_MAIN} \
84 ${KBUILD_VMLINUX_LIBS} \
87 ${LD} ${LDFLAGS} -r -o ${1} ${objects}
91 # ${1} - optional extra .o files
95 local lds
="${objtree}/${KBUILD_LDS}"
98 if [ "${SRCARCH}" != "um" ]; then
99 if [ -n "${CONFIG_THIN_ARCHIVES}" ]; then
100 objects
="--whole-archive \
104 ${KBUILD_VMLINUX_LIBS} \
108 objects
="${KBUILD_VMLINUX_INIT} \
110 ${KBUILD_VMLINUX_MAIN} \
111 ${KBUILD_VMLINUX_LIBS} \
116 ${LD} ${LDFLAGS} ${LDFLAGS_vmlinux} -o ${2} \
119 if [ -n "${CONFIG_THIN_ARCHIVES}" ]; then
120 objects
="-Wl,--whole-archive \
122 -Wl,--no-whole-archive \
124 ${KBUILD_VMLINUX_LIBS} \
128 objects
="${KBUILD_VMLINUX_INIT} \
130 ${KBUILD_VMLINUX_MAIN} \
131 ${KBUILD_VMLINUX_LIBS} \
136 ${CC} ${CFLAGS_vmlinux} -o ${2} \
139 -lutil -lrt -lpthread
145 # Create ${2} .o file with all symbols from the ${1} object file
151 if [ -n "${CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX}" ]; then
152 kallsymopt
="${kallsymopt} --symbol-prefix=_"
155 if [ -n "${CONFIG_KALLSYMS_ALL}" ]; then
156 kallsymopt
="${kallsymopt} --all-symbols"
159 if [ -n "${CONFIG_KALLSYMS_ABSOLUTE_PERCPU}" ]; then
160 kallsymopt
="${kallsymopt} --absolute-percpu"
163 if [ -n "${CONFIG_KALLSYMS_BASE_RELATIVE}" ]; then
164 kallsymopt
="${kallsymopt} --base-relative"
167 local aflags
="${KBUILD_AFLAGS} ${KBUILD_AFLAGS_KERNEL} \
168 ${NOSTDINC_FLAGS} ${LINUXINCLUDE} ${KBUILD_CPPFLAGS}"
170 local afile
="`basename ${2} .o`.S"
172 ${NM} -n ${1} | scripts/kallsyms ${kallsymopt} > ${afile}
173 ${CC} ${aflags} -c -o ${2} ${afile}
176 # Create map file with all symbols from ${1}
177 # See mksymap for additional details
180 ${CONFIG_SHELL} "${srctree}/scripts/mksysmap" ${1} ${2}
185 ${objtree}/scripts
/sortextable
${1}
188 # Delete output files in case of error
191 rm -f .tmp_System.map
202 if [ $?
-ne 0 ]; then
212 trap on_signals HUP INT QUIT TERM
216 # Use "make V=1" to debug this script
217 case "${KBUILD_VERBOSE}" in
223 if [ "$1" = "clean" ]; then
228 # We need access to CONFIG_ symbols
229 case "${KCONFIG_CONFIG}" in
231 .
"${KCONFIG_CONFIG}"
234 # Force using a file from the current directory
235 .
"./${KCONFIG_CONFIG}"
240 if [ -r .version
]; then
241 VERSION
=$
(expr 0$
(cat .version
) + 1)
242 echo $VERSION > .version
248 # final build of init/
249 ${MAKE} -f "${srctree}/scripts/Makefile.build" obj=init GCC_PLUGINS_CFLAGS="${GCC_PLUGINS_CFLAGS}"
255 modpost_link vmlinux.o
257 # modpost vmlinux.o to check for section mismatches
258 ${MAKE} -f "${srctree}/scripts
/Makefile.modpost
" vmlinux.o
262 if [ -n "${CONFIG_KALLSYMS}" ]; then
265 # Generate section listing all symbols and add it into vmlinux
266 # It's a three step process:
267 # 1) Link .tmp_vmlinux1 so it has all symbols and sections,
268 # but __kallsyms is empty.
269 # Running kallsyms on that gives us .tmp_kallsyms1.o with
271 # 2) Link .tmp_vmlinux2 so it now has a __kallsyms section of
272 # the right size, but due to the added section, some
273 # addresses have shifted.
274 # From here, we generate a correct .tmp_kallsyms2.o
275 # 3) That link may have expanded the kernel image enough that
276 # more linker branch stubs / trampolines had to be added, which
277 # introduces new names, which further expands kallsyms. Do another
278 # pass if that is the case. In theory it's possible this results
279 # in even more stubs, but unlikely.
280 # KALLSYMS_EXTRA_PASS=1 may also used to debug or work around
282 # 4) The correct ${kallsymso} is linked into the final vmlinux.
284 # a) Verify that the System.map from vmlinux matches the map from
287 kallsymso=.tmp_kallsyms2.o
288 kallsyms_vmlinux=.tmp_vmlinux2
291 vmlinux_link "" .tmp_vmlinux1
292 kallsyms .tmp_vmlinux1 .tmp_kallsyms1.o
295 vmlinux_link .tmp_kallsyms1.o .tmp_vmlinux2
296 kallsyms .tmp_vmlinux2 .tmp_kallsyms2.o
299 size1=$(stat -c "%s
" .tmp_kallsyms1.o)
300 size2=$(stat -c "%s
" .tmp_kallsyms2.o)
302 if [ $size1 -ne $size2 ] || [ -n "${KALLSYMS_EXTRA_PASS}" ]; then
303 kallsymso=.tmp_kallsyms3.o
304 kallsyms_vmlinux=.tmp_vmlinux3
306 vmlinux_link .tmp_kallsyms2.o .tmp_vmlinux3
308 kallsyms .tmp_vmlinux3 .tmp_kallsyms3.o
313 vmlinux_link "${kallsymso}" vmlinux
315 if [ -n "${CONFIG_BUILDTIME_EXTABLE_SORT}" ]; then
320 info SYSMAP System.map
321 mksysmap vmlinux System.map
323 # step a (see comment above)
324 if [ -n "${CONFIG_KALLSYMS}" ]; then
325 mksysmap ${kallsyms_vmlinux} .tmp_System.map
327 if ! cmp -s System.map .tmp_System.map; then
328 echo >&2 Inconsistent kallsyms data
329 echo >&2 Try "make KALLSYMS_EXTRA_PASS
=1" as a workaround