From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v8 03/28] build: build Kconfig and config rules Date: Wed, 16 Dec 2015 10:27:20 +0000 Message-ID: <1450261640.4053.1.camel@citrix.com> References: <1450185206-14259-1-git-send-email-cardoe@cardoe.com> <1450185206-14259-4-git-send-email-cardoe@cardoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450185206-14259-4-git-send-email-cardoe@cardoe.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Doug Goldstein , xen-devel@lists.xen.org Cc: Keir Fraser , Stefano Stabellini , Jan Beulich , Andrew Cooper List-Id: xen-devel@lists.xenproject.org On Tue, 2015-12-15 at 07:13 -0600, Doug Goldstein wrote: > Wire in the Kconfig build and makefile rules to be able to generate > valid configuration files to be used by the build process but don't > actually use the output for affecting the Xen build. To avoid dragging > in most of Kbuild from the Linux kernel this adds Makefile.kconfig which > is our real entry point into building kconfig. This attempts to reuse as > much of the Xen build bits as possible and wire them to the bits that > kconfig expects to be provided by Kbuild. > > CC: Ian Campbell > CC: Stefano Stabellini > CC: Keir Fraser > CC: Jan Beulich > CC: Andrew Cooper > Signed-off-by: Doug Goldstein Acked-by: Ian Campbell