Re: make clean all broken with -j? + question regarding modpost
From: Masahiro Yamada
Date: Fri Aug 11 2017 - 23:16:04 EST
Hi.
2017-08-11 3:28 GMT+09:00 Randy Dunlap <rdunlap@xxxxxxxxxxxxx>:
>> 2.) compile modpost with debug symbols, -g
>> how do I compile the modpost helper program with debug symbols? In what
>> makefile, kbuild file do I need to add the compiler flag?
>> Any help would be appreciated!
If you want to pass extra options to the build command of host-programs,
HOST_EXTRACFLAGS is supported.
For example, HOST_EXTRACFLAGS=-g
--
Best Regards
Masahiro Yamada