[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNARwaZJv62LEqBv5BiGsV9r4TdeNZ41bWH2H-cXA6g7WzA@mail.gmail.com>
Date: Sat, 12 Aug 2017 12:15:11 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Thomas Meyer <thomas@...3r.de>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-kbuild <linux-kbuild@...r.kernel.org>
Subject: Re: make clean all broken with -j? + question regarding modpost
Hi.
2017-08-11 3:28 GMT+09:00 Randy Dunlap <rdunlap@...radead.org>:
>> 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
Powered by blists - more mailing lists