Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753568AbaKCUUg (ORCPT ); Mon, 3 Nov 2014 15:20:36 -0500 Received: from s3.sipsolutions.net ([5.9.151.49]:48551 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753191AbaKCUUd (ORCPT ); Mon, 3 Nov 2014 15:20:33 -0500 Message-ID: <1415046029.2726.6.camel@sipsolutions.net> Subject: Re: [RFC v2 1/4] backports: replace CPTCFG prefix for CONFIG_BACKPORT From: Johannes Berg To: "Luis R. Rodriguez" Cc: "backports@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Yann E. MORIN" , Michal Marek , Stefan Assmann Date: Mon, 03 Nov 2014 21:20:29 +0100 In-Reply-To: (sfid-20141103_205706_499759_FE8EC472) References: <1414570902-5675-1-git-send-email-mcgrof@do-not-panic.com> <1414570902-5675-2-git-send-email-mcgrof@do-not-panic.com> <1414741273.3014.3.camel@jlt4.sipsolutions.net> <20141031193408.GA12953@wotan.suse.de> <1414786943.3014.37.camel@jlt4.sipsolutions.net> <1415043615.2726.4.camel@sipsolutions.net> (sfid-20141103_205706_499759_FE8EC472) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.7-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2014-11-03 at 11:56 -0800, Luis R. Rodriguez wrote: > With my current code I end up with on a package (not integration): > > config BACKPORT_BUILD_AVERAGE > bool > depends on !AVERAGE > default y if BACKPORT_USERSEL_BUILD_ALL > default y if BACKPORT_AVERAGE > #h-file linux/average.h > #c-file lib/average.c > > config BACKPORT_AVERAGE > bool > > > I do see I on the package with this on the Makfile though: > > > compat-$(CONFIG_BACKPORT_BACKPORT_BUILD_AVERAGE) += lib-average.o > > Would it not suffice to just ensure we don't have BACKPORT_BACKPORT_ > here and just BACKPORT_ once ? The BACKPORT_BACKPORT_ is actually correct ... but it'll be really hard to make sense of :-) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/