Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752092AbdHLDP7 (ORCPT ); Fri, 11 Aug 2017 23:15:59 -0400 Received: from conssluserg-03.nifty.com ([210.131.2.82]:46355 "EHLO conssluserg-03.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751944AbdHLDP6 (ORCPT ); Fri, 11 Aug 2017 23:15:58 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com v7C3Fq2k019848 X-Nifty-SrcIP: [209.85.161.179] MIME-Version: 1.0 In-Reply-To: <1cb96165-34a1-7f8e-4211-e87af3cfb60a@infradead.org> References: <20170810154251.GA23083@localhost.localdomain> <1cb96165-34a1-7f8e-4211-e87af3cfb60a@infradead.org> From: Masahiro Yamada Date: Sat, 12 Aug 2017 12:15:11 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: make clean all broken with -j? + question regarding modpost To: Randy Dunlap Cc: Thomas Meyer , Linux Kernel Mailing List , linux-kbuild Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 465 Lines: 22 Hi. 2017-08-11 3:28 GMT+09:00 Randy Dunlap : >> 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