I am reading linux kernel source code recently.
The source code use too many Macros to divide files, functions, variables.
But a lot of these Macro are ignored by me. The files, functions, variables depend on the Macro I ignore create too much disturbance.
Is there any method to remove all these files, functions, variables depend on Undefined Macros in the source project?
Thanks a lot.