From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753547AbbCXQqG (ORCPT ); Tue, 24 Mar 2015 12:46:06 -0400 Received: from mail-wg0-f54.google.com ([74.125.82.54]:36399 "EHLO mail-wg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752230AbbCXQqE (ORCPT ); Tue, 24 Mar 2015 12:46:04 -0400 Message-ID: <551194C8.4070707@suse.cz> Date: Tue, 24 Mar 2015 17:46:00 +0100 From: Jiri Slaby User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Greg Kroah-Hartman , arnd@arndb.de, ebiederm@xmission.com, gnomes@lxorguk.ukuu.org.uk, teg@jklm.no, jkosina@suse.cz, luto@amacapital.net, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org CC: daniel@zonque.org, dh.herrmann@gmail.com, tixxdz@opendz.org Subject: Re: [PATCH 13/14] kdbus: add walk-through user space example References: <1425906560-13798-1-git-send-email-gregkh@linuxfoundation.org> <1425906560-13798-14-git-send-email-gregkh@linuxfoundation.org> In-Reply-To: <1425906560-13798-14-git-send-email-gregkh@linuxfoundation.org> 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 On 03/09/2015, 02:09 PM, Greg Kroah-Hartman wrote: > --- /dev/null > +++ b/samples/kdbus/Makefile > @@ -0,0 +1,10 @@ > +# kbuild trick to avoid linker error. Can be omitted if a module is built. > +obj- := dummy.o > + > +hostprogs-y += kdbus-workers > + > +always := $(hostprogs-y) Errr, no. Not only it causes build failures (even with KDBUS=n), it definitely should not be built for everyone. And why is it a host prog? It's a sample prog for the kernel I am building, i.e. for the destination arch, like all the other samples. thanks, -- js suse labs