summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2004-09-06 02:02:17 +0200
committerTom Rini <trini@kernel.crashing.org>2004-09-06 02:02:17 +0200
commite9ba0414238d3667c852a66cd282b24b0b6fdddd (patch)
treeda40be68deea94313927666f0e219f1f0c7a0731 /scripts
parentef41e994a32b70de5b88bc3543cf2b931bd2a162 (diff)
kbuild: Simplify generating vmlinux
Generating vmlinux in top-level Makefile were getting a bit messy after kallsyms support were added. Also the full link of all the .o files were duplicaed a number of times. This patch does the following: - Introduce built-in.o which is a prelink of most .o files - Make the build process a bit more verbose telling when linking .tmpvmlinux* - Use less magic when determing when to generate a new version - Allow architectures to override the defineition of cmd_vmlinux__ - Add more comments to the MAkefile and clean up soem other comments - Display more commends during V=1 builds The resulting kernel boots and rn here. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions