From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TRdt1-00042Y-VH for barebox@lists.infradead.org; Fri, 26 Oct 2012 06:59:21 +0000 From: Sascha Hauer Date: Fri, 26 Oct 2012 08:59:05 +0200 Message-Id: <1351234748-24994-13-git-send-email-s.hauer@pengutronix.de> In-Reply-To: <1351234748-24994-1-git-send-email-s.hauer@pengutronix.de> References: <1351234748-24994-1-git-send-email-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 12/15] of gpio: Build gpio helper only when gpiolib is selected To: barebox@lists.infradead.org Otherwise the functions needed by the helper won't be available. Signed-off-by: Sascha Hauer --- drivers/of/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/Makefile b/drivers/of/Makefile index c14aaec..5a5960d 100644 --- a/drivers/of/Makefile +++ b/drivers/of/Makefile @@ -1,3 +1,3 @@ obj-y += base.o -obj-y += gpio.o +obj-$(CONFIG_GPIOLIB) += gpio.o obj-y += partition.o -- 1.7.10.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox