Skip to content
Snippets Groups Projects
Commit 6c45ef4b authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: UniPhier: do not compile unnecessary objects


It is true that unused functions are removed from the ELF image
by the compiler's garbage collection but relying on it too much
does not look nice.
Currently, the build is taking more than it should.

Refactor the makefiles to compile only files that are really needed.
CONFIG_SOC_INIT and CONFIG_DRAM_INIT are no longer needed by the
optimization.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent dc4057eb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment