diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index bd642623f360..23cb94806fbc 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -339,6 +339,10 @@ core-$(CONFIG_BUILTIN_DTB) += arch/mips/boot/dts/ | |||
339 | %.dtb %.dtb.S %.dtb.o: | scripts | 339 | %.dtb %.dtb.S %.dtb.o: | scripts |
340 | $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@ | 340 | $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@ |
341 | 341 | ||
342 | PHONY += dtbs | ||
343 | dtbs: scripts | ||
344 | $(Q)$(MAKE) $(build)=arch/mips/boot/dts dtbs | ||
345 | |||
342 | archprepare: | 346 | archprepare: |
343 | ifdef CONFIG_MIPS32_N32 | 347 | ifdef CONFIG_MIPS32_N32 |
344 | @echo ' Checking missing-syscalls for N32' | 348 | @echo ' Checking missing-syscalls for N32' |
@@ -373,6 +377,7 @@ define archhelp | |||
373 | echo ' vmlinuz.srec - SREC zboot image' | 377 | echo ' vmlinuz.srec - SREC zboot image' |
374 | echo ' uImage - U-Boot image' | 378 | echo ' uImage - U-Boot image' |
375 | echo ' uImage.gz - U-Boot image (gzip)' | 379 | echo ' uImage.gz - U-Boot image (gzip)' |
380 | echo ' dtbs - Device-tree blobs for enabled boards' | ||
376 | echo | 381 | echo |
377 | echo ' These will be default as appropriate for a configured platform.' | 382 | echo ' These will be default as appropriate for a configured platform.' |
378 | endef | 383 | endef |