diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-07-09 13:45:01 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-11 11:50:13 +0800 |
commit | 841730e74393a9f6b10fb22cb1d5047de6246119 (patch) | |
tree | f0d940d960f72d06e095540bdafbd196f36a0d10 /arch/arm/mach-mxs | |
parent | dd852aa5215b9a976b8949378e8f3b6fcb8c5291 (diff) | |
download | linux-3.10-841730e74393a9f6b10fb22cb1d5047de6246119.tar.gz linux-3.10-841730e74393a9f6b10fb22cb1d5047de6246119.tar.bz2 linux-3.10-841730e74393a9f6b10fb22cb1d5047de6246119.zip |
ARM: mxs: add dtb-y target into Makefile.boot
Add dtb-y target into Makefile.boot, so that "make ARCH=arm dtbs" can
build out all the dtbs listed there. It's very useful for build-testing
all the <board>.dts when imx28.dtsi changes.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r-- | arch/arm/mach-mxs/Makefile.boot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Makefile.boot b/arch/arm/mach-mxs/Makefile.boot index 07b11fe6453..58733cc0726 100644 --- a/arch/arm/mach-mxs/Makefile.boot +++ b/arch/arm/mach-mxs/Makefile.boot @@ -1 +1,10 @@ zreladdr-y += 0x40008000 + +dtb-y += apx4devkit.dtb \ + cfa10036.dtb \ + imx23-evk.dtb \ + imx23-olinuxino.dtb \ + imx28-evk.dtb \ + m28evk.dtb \ + stmp378x_devb.dtb \ + tx28.dtb \ |