X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fxtensa%2FMakefile;h=709b5748a2d7ed44aeacf7d378cc99b4e37c0939;hb=12b76f3bf336388916ddf8047156f9e9993ff4e9;hp=f9e6a068aafd3ca3c296a9bee832dbd74bdb99ab;hpb=28111dda37e653781efc73c06229f006739b3982;p=linux-2.6-microblaze.git diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile index f9e6a068aafd..709b5748a2d7 100644 --- a/arch/xtensa/Makefile +++ b/arch/xtensa/Makefile @@ -101,6 +101,10 @@ zImage: vmlinux %.dtb: $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ +dtbs: scripts + $(Q)$(MAKE) $(build)=$(boot)/dts + define archhelp @echo '* zImage - Compressed kernel image (arch/xtensa/boot/images/zImage.*)' + @echo ' dtbs - Build device tree blobs for enabled boards' endef