From patchwork Fri Mar 11 23:08:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 520 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:43:17 -0000 Delivered-To: patches@linaro.org Received: by 10.224.67.207 with SMTP id s15cs76518qai; Fri, 11 Mar 2011 15:08:37 -0800 (PST) Received: by 10.151.5.20 with SMTP id h20mr3305237ybi.229.1299884917492; Fri, 11 Mar 2011 15:08:37 -0800 (PST) Received: from mail-gx0-f178.google.com (mail-gx0-f178.google.com [209.85.161.178]) by mx.google.com with ESMTPS id o4si12436329ybh.3.2011.03.11.15.08.36 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Mar 2011 15:08:37 -0800 (PST) Received-SPF: neutral (google.com: 209.85.161.178 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) client-ip=209.85.161.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.161.178 is neither permitted nor denied by best guess record for domain of mathieu.poirier@linaro.org) smtp.mail=mathieu.poirier@linaro.org Received: by mail-gx0-f178.google.com with SMTP id 8so403050gxk.37 for ; Fri, 11 Mar 2011 15:08:36 -0800 (PST) Received: by 10.91.182.10 with SMTP id j10mr494975agp.115.1299884916516; Fri, 11 Mar 2011 15:08:36 -0800 (PST) Received: from localhost.localdomain (S0106002369de4dac.cg.shawcable.net [70.73.24.112]) by mx.google.com with ESMTPS id i10sm5945021anh.32.2011.03.11.15.08.34 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Mar 2011 15:08:35 -0800 (PST) From: mathieu.poirier@linaro.org To: linux-arm-kernel@lists.infradead.org Cc: mathieu.poirier@linaro.org, patches@linaro.org, linus.walleij@stericsson.com Subject: [PATCH 08/10] ux500: hooking up netdev and digio to compilation. Date: Fri, 11 Mar 2011 16:08:10 -0700 Message-Id: <1299884892-6766-9-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1299884892-6766-1-git-send-email-mathieu.poirier@linaro.org> References: <1299884892-6766-1-git-send-email-mathieu.poirier@linaro.org> From: Mathieu J. Poirier Signed-off-by: Mathieu Poirier --- arch/arm/mach-ux500/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index 016cb9f..c7c7c46 100644 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -13,6 +13,8 @@ obj-$(CONFIG_MACH_U8500) += board-mop500.o board-mop500-sdi.o \ board-mop500-pins.o obj-$(CONFIG_MACH_U8500_SNOWBALL) += board-snowball.o \ board-snowball-pins.o \ + board-snowball-netdev.o \ + board-snowball-digio.o \ board-mop500-regulators.o board-mop500-sdi.o obj-$(CONFIG_MACH_U5500) += board-u5500.o board-u5500-sdi.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o