diff options
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | 2012-07-23 12:57:16 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2012-08-30 07:21:54 +0200 |
commit | c88a79a7789b2909ad1cf69ea2c9142030bbd6f4 (patch) | |
tree | ac71a9de0b14954c7141e6dad3bb50bdb511a13b /arch/arm/mach-shmobile/Makefile.boot | |
parent | Linux 3.6-rc3 (diff) | |
download | linux-c88a79a7789b2909ad1cf69ea2c9142030bbd6f4.tar.xz linux-c88a79a7789b2909ad1cf69ea2c9142030bbd6f4.zip |
ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
Add compilation support for dtbs using 'make dtbs'
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Simon Horman <horms@verge.net.au>
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile.boot')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile.boot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile.boot b/arch/arm/mach-shmobile/Makefile.boot index 498efd99338d..5e410192ffb8 100644 --- a/arch/arm/mach-shmobile/Makefile.boot +++ b/arch/arm/mach-shmobile/Makefile.boot @@ -7,3 +7,7 @@ __ZRELADDR := $(shell /bin/bash -c 'printf "0x%08x" \ # #params_phys-y (Instead: Pass atags pointer in r2) #initrd_phys-y (Instead: Use compiled-in initramfs) + +dtb-$(CONFIG_MACH_KZM9G) += sh73a0-kzm9g.dtb +dtb-$(CONFIG_MACH_KZM9D) += emev2-kzm9d.dtb +dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dtb |