<div dir="ltr">Thanks! <br></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 17, 2018 at 8:12 PM Greg KH <<a href="mailto:greg@kroah.com">greg@kroah.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Oct 17, 2018 at 08:02:46PM +0800, Carter Cheng wrote:<br>
> The problem is I have to do something special with the clang options. I<br>
> have to add an interprocedural link time optimization pass spitting out<br>
> bitcode files and tying them together using llvm-link.<br>
<br>
Then add those options to the proper place in the main Makefile.  There<br>
really is only "one" kernel makefile, look at the code, it's not that<br>
tricky to follow if you understand make.<br>
<br>
good luck!<br>
<br>
greg k-h<br>
</blockquote></div>