How to generate a kernel source tree with macros expanded?
Hi: After make menuconfig, is there a way to generate a kernel source tree with macros expanded? It's too complicate for me to find out wether a macro is defined or not, or which value is used for a macro. Thanks for advance. -- Tao Jiang (姜涛)
Hi Tao, On Mon, Mar 9, 2015 at 10:38 AM, Tao Jiang (姜涛) <jiangtao.jit@gmail.com> wrote:
Hi: After make menuconfig, is there a way to generate a kernel source tree with macros expanded? It's too complicate for me to find out wether a macro is defined or not, or which value is used for a macro. pass file name with .i. For example,
make kernel/cpu.i Thanks, Arun
Thanks for advance.
--
Tao Jiang (姜涛)
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Hi Arun: Thank you. 2015-03-09 14:03 GMT+08:00 Arun KS <getarunks@gmail.com>:
Hi Tao,
On Mon, Mar 9, 2015 at 10:38 AM, Tao Jiang (姜涛) <jiangtao.jit@gmail.com> wrote:
Hi: After make menuconfig, is there a way to generate a kernel source tree with macros expanded? It's too complicate for me to find out wether a macro is defined or not, or which value is used for a macro. pass file name with .i. For example,
make kernel/cpu.i
Thanks, Arun
Thanks for advance.
--
Tao Jiang (姜涛)
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Tao Jiang (姜涛)
participants (2)
-
Arun KS -
Tao Jiang (姜涛)