From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753208AbbDAMr1 (ORCPT ); Wed, 1 Apr 2015 08:47:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48916 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751210AbbDAMrZ (ORCPT ); Wed, 1 Apr 2015 08:47:25 -0400 Date: Wed, 1 Apr 2015 14:47:20 +0200 From: Greg KH To: Daniel Mack Cc: dh.herrmann@gmail.com, jslaby@suse.cz, tixxdz@opendz.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] samples: kdbus: build kdbus-workers conditionally Message-ID: <20150401124720.GA22629@kroah.com> References: <5511A0D6.5030606@suse.cz> <1427807494-29982-1-git-send-email-daniel@zonque.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427807494-29982-1-git-send-email-daniel@zonque.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 31, 2015 at 03:11:34PM +0200, Daniel Mack wrote: > Give the kdbus sample its own config switch and only build it if it's > explicitly switched on. > > Signed-off-by: Daniel Mack > Reviewed-by: David Herrmann > Reported-by: Jiri Slaby > --- > samples/Kconfig | 7 +++++++ > samples/kdbus/Makefile | 2 +- > 2 files changed, 8 insertions(+), 1 deletion(-) Now applied, thanks. greg k-h