Skip to content

Commit

Permalink
ARM: mxs: add dtb-y target into Makefile.boot
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn Guo committed Jul 11, 2012
1 parent dd852aa commit 841730e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/mach-mxs/Makefile.boot
Original file line number Diff line number Diff line change
@@ -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 \

0 comments on commit 841730e

Please sign in to comment.