changing parameters in build

Greg KH greg at kroah.com
Wed Oct 17 08:12:45 EDT 2018


On Wed, Oct 17, 2018 at 08:02:46PM +0800, Carter Cheng wrote:
> The problem is I have to do something special with the clang options. I
> have to add an interprocedural link time optimization pass spitting out
> bitcode files and tying them together using llvm-link.

Then add those options to the proper place in the main Makefile.  There
really is only "one" kernel makefile, look at the code, it's not that
tricky to follow if you understand make.

good luck!

greg k-h



More information about the Kernelnewbies mailing list