commit | c38f2c4bfad647c67a326e67f07424219996dccc | [log] [tgz] |
---|---|---|
author | Rashed Abdel-Tawab <rashed@linux.com> | Sat Sep 07 17:01:13 2019 -0700 |
committer | Jackeagle <jackeagle102@gmail.com> | Tue Sep 10 07:42:17 2019 +0200 |
tree | bf96b6c84c2979883f2f451af91cd28c985fa192 | |
parent | d4deb1614f503c353303fde9bf302bb31a7daa1f [diff] |
kernel: Use absolute path for kernel O= argument The kernel make command is executed in the build root. Without absolute out paths, kernel out start with "out/" meaning it would be created in the kernel source. Add BUILD_ROOT to the argument to ensure it's always made in the actual out/ dir. Change-Id: I425134a893d4d5c9f31efccaf75e153b5462b76c