Skip to content
Commit c9eca0b9 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: correct assingment to CFLAGS with CROSS_COMPILE



Some architectures change $CC in arch/$(ARCH)/Makefile
mips is one example.

That have impact on what options are supported by gcc so move all
$(call cc-option, ...) after include of arch specific Makefile.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 9ee4e336
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment