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 fb14e3729068..e644ac2d6501 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -367,6 +367,10 @@ PHONY += dtbs | |||
367 | dtbs: scripts | 367 | dtbs: scripts |
368 | $(Q)$(MAKE) $(build)=arch/mips/boot/dts | 368 | $(Q)$(MAKE) $(build)=arch/mips/boot/dts |
369 | 369 | ||
370 | PHONY += dtbs_install | ||
371 | dtbs_install: | ||
372 | $(Q)$(MAKE) $(dtbinst)=arch/mips/boot/dts | ||
373 | |||
370 | archprepare: | 374 | archprepare: |
371 | ifdef CONFIG_MIPS32_N32 | 375 | ifdef CONFIG_MIPS32_N32 |
372 | @echo ' Checking missing-syscalls for N32' | 376 | @echo ' Checking missing-syscalls for N32' |
@@ -407,6 +411,7 @@ define archhelp | |||
407 | echo ' uImage.lzma - U-Boot image (lzma)' | 411 | echo ' uImage.lzma - U-Boot image (lzma)' |
408 | echo ' uImage.lzo - U-Boot image (lzo)' | 412 | echo ' uImage.lzo - U-Boot image (lzo)' |
409 | echo ' dtbs - Device-tree blobs for enabled boards' | 413 | echo ' dtbs - Device-tree blobs for enabled boards' |
414 | echo ' dtbs_install - Install dtbs to $(INSTALL_DTBS_PATH)' | ||
410 | echo | 415 | echo |
411 | echo ' These will be default as appropriate for a configured platform.' | 416 | echo ' These will be default as appropriate for a configured platform.' |
412 | endef | 417 | endef |