From patchwork Mon Jul 30 16:42:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] UBUNTU: [Config] add dtb_file configuration for highbank From: Andy Whitcroft X-Patchwork-Id: 174043 Message-Id: <1343666528-6505-3-git-send-email-apw@canonical.com> To: kernel-team@lists.ubuntu.com Cc: Andy Whitcroft Date: Mon, 30 Jul 2012 17:42:08 +0100 BugLink: http://bugs.launchpad.net/bugs/1030600 Signed-off-by: Andy Whitcroft --- debian.master/rules.d/armhf.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian.master/rules.d/armhf.mk b/debian.master/rules.d/armhf.mk index 47fe382..6073eee 100644 --- a/debian.master/rules.d/armhf.mk +++ b/debian.master/rules.d/armhf.mk @@ -10,3 +10,5 @@ no_dumpfile = true loader = grub +# Flavour specific configuration. +dtb_file_highbank = arch/$(build_arch)/boot/highbank.dtb