I know that with gcc -E
you can get the output of the preprocessor, but what I have to do to get that output for every source code file in the Linux Lernel as part of the compilation process?
↧
How can I compile the Linux Kernel getting the output of the preprocessor too?
↧