Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756529AbaLWQoK (ORCPT ); Tue, 23 Dec 2014 11:44:10 -0500 Received: from mail-ig0-f201.google.com ([209.85.213.201]:48425 "EHLO mail-ig0-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756323AbaLWQoG (ORCPT ); Tue, 23 Dec 2014 11:44:06 -0500 From: Andrew Bresticker To: Ralf Baechle Cc: Florian Fainelli , Kevin Cernekee , linux-mips@linux-mips.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Bresticker Subject: [PATCH V2 2/2] MIPS: Add dtbs_install target Date: Tue, 23 Dec 2014 08:43:52 -0800 Message-Id: <1419353032-10340-2-git-send-email-abrestic@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1419353032-10340-1-git-send-email-abrestic@chromium.org> References: <1419353032-10340-1-git-send-email-abrestic@chromium.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the dtbs_install Makefile target to install the dtb files into $INSTALL_DTBS_PATH. Signed-off-by: Andrew Bresticker --- No changes from v1. --- arch/mips/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 9c4b9c8..6ff26bc 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -356,6 +356,10 @@ PHONY += dtbs dtbs: scripts $(Q)$(MAKE) $(build)=arch/mips/boot/dts +PHONY += dtbs_install +dtbs_install: + $(Q)$(MAKE) $(dtbinst)=arch/mips/boot/dts + archprepare: ifdef CONFIG_MIPS32_N32 @echo ' Checking missing-syscalls for N32' @@ -392,6 +396,7 @@ define archhelp echo ' uImage - U-Boot image' echo ' uImage.gz - U-Boot image (gzip)' echo ' dtbs - Device-tree blobs for enabled boards' + echo ' dtbs_install - Install dtbs to $(INSTALL_DTBS_PATH)' echo echo ' These will be default as appropriate for a configured platform.' endef -- 2.2.0.rc0.207.ga3a616c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/