From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933649AbbIVNd7 (ORCPT ); Tue, 22 Sep 2015 09:33:59 -0400 Received: from mx2.suse.de ([195.135.220.15]:55254 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933339AbbIVNd5 (ORCPT ); Tue, 22 Sep 2015 09:33:57 -0400 Subject: Re: [PATCH v2] Add virt directory to the top Makefile To: Feng Wu , pbonzini@redhat.com, alex.williamson@redhat.com References: <1442924614-16833-1-git-send-email-feng.wu@intel.com> Cc: eric.auger@linaro.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org From: Michal Marek Message-ID: <560158C0.1070409@suse.com> Date: Tue, 22 Sep 2015 15:33:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1442924614-16833-1-git-send-email-feng.wu@intel.com> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dne 22.9.2015 v 14:23 Feng Wu napsal(a): > We need to build files in virt/lib/, so add virt directory to > the top Makefile. > > Signed-off-by: Feng Wu > --- > v2: > - Remove the explicit 'virt' entry in the KBUILD_ALLDIRS assignment > - Remove './' in virt/Makefile Acked-by: Michal Marek Michal