From patchwork Thu Jul 14 14:08:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Fix misspelled 'skipmodule' in arm makefile. Date: Thu, 14 Jul 2011 04:08:03 -0000 From: Eagon Yager X-Patchwork-Id: 104680 Message-Id: <4e1ef843.GHd9LSC7iaOKSbw1%linux@datasys.net> To: kernel-team@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