Skip to content
Snippets Groups Projects
Commit 5651ccff authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

Makfile: move suffix rules to Makefile.build


This commit moves suffix rules from config.mk
to scripts/Makefile.build, which will allow us
to switch smoothly to real Kbuild.

Note1:
post/lib_powerpc/fpu/Makefile has
its own rule to compile C sources.
We need to tweak it to keep the same behavior.

Note2:
There are two file2 with the same name:
arch/arm/lib/crt0.S and eamples/api/crt0.S.
To keep the same build behavior,
examples/api/Makefile also has to be treaked.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent a0b14c3f
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.
Finish editing this message first!
Please register or to comment