From patchwork Wed Mar 16 12:05:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: UBUNTU: armhf: Skip ABI and module checks Date: Wed, 16 Mar 2011 02:05:03 -0000 From: =?utf-8?q?Lo=C3=AFc_Minier?= X-Patchwork-Id: 87244 Message-Id: <1300277103-8235-1-git-send-email-loic.minier@linaro.org> To: kernel-team@lists.ubuntu.com Cc: =?UTF-8?q?Lo=C3=AFc=20Minier?= Signed-off-by: Loïc Minier --- Hey Would you mind squashing this with [PATCH 5/6] UBUNTU: Add initial armhf.mk when merging? Thanks, debian.master/rules.d/armhf.mk | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/debian.master/rules.d/armhf.mk b/debian.master/rules.d/armhf.mk index 9302961..dd97558 100644 --- a/debian.master/rules.d/armhf.mk +++ b/debian.master/rules.d/armhf.mk @@ -9,3 +9,6 @@ install_file = vmlinuz no_dumpfile = true loader = grub + +skipabi = true +skipmodules = true