From patchwork Thu Jul 14 14:08:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eagon Yager X-Patchwork-Id: 104680 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id B6081B6F65 for ; Fri, 15 Jul 2011 00:07:10 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QhMZ0-0004B5-8j; Thu, 14 Jul 2011 14:06:50 +0000 Received: from mail-gy0-f177.google.com ([209.85.160.177]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QhMYu-0004B0-77 for kernel-team@lists.ubuntu.com; Thu, 14 Jul 2011 14:06:44 +0000 Received: by gyh4 with SMTP id 4so136031gyh.8 for ; Thu, 14 Jul 2011 07:06:43 -0700 (PDT) Received: by 10.91.119.8 with SMTP id w8mr2442740agm.12.1310652403121; Thu, 14 Jul 2011 07:06:43 -0700 (PDT) Received: from localhost (fl-69-69-27-16.sta.embarqhsd.net [69.69.27.16]) by mx.google.com with ESMTPS id e16sm236614anb.14.2011.07.14.07.06.42 (version=SSLv3 cipher=OTHER); Thu, 14 Jul 2011 07:06:42 -0700 (PDT) Date: Thu, 14 Jul 2011 14:08:03 +0000 From: Eagon Yager To: kernel-team@lists.ubuntu.com Subject: [PATCH] Fix misspelled 'skipmodule' in arm makefile. Message-ID: <4e1ef843.GHd9LSC7iaOKSbw1%linux@datasys.net> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com * Change assignmenet of variable "skipmodules" to "skipmodule". Notice the removal of the trailing 's'. * While I was editing the file, I fixed formatting on the nodumpfile line. Signed-off-by: Eagon Yager --- debian.master/rules.d/armhf.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.master/rules.d/armhf.mk b/debian.master/rules.d/armhf.mk index dd97558..e4f365c 100644 --- a/debian.master/rules.d/armhf.mk +++ b/debian.master/rules.d/armhf.mk @@ -6,9 +6,9 @@ flavours = build_image = zImage kernel_file = arch/$(build_arch)/boot/zImage install_file = vmlinuz -no_dumpfile = true +no_dumpfile = true loader = grub skipabi = true -skipmodules = true +skipmodule = true