Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 0d736bf2 authored by PJ Bostley's avatar PJ Bostley
Browse files

kbuild: PWD isn't set reliably by shell. srctree is the proper macro.



Current makefile is using a make macro of $(PWD) in shell command to
find the root of the kernel source tree, this has a problem when
building the kernel outside of the android build system as this is an
Android macro no a kbuild one.  We can improve this by using the
$(srctree) macro the kbuild system provides for exactly this purpose.

Change-Id: I0cb7611a6f770eb2651f642f12e51efcc2b9e729
Signed-off-by: default avatarPJ Bostley <pbostley@codeaurora.org>
parent d81481d4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment