From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: Add dtb files to archclean rule
Date: Mon, 19 Jan 2015 10:39:27 +0000 [thread overview]
Message-ID: <20150119103926.GC32131@arm.com> (raw)
In-Reply-To: <FF2CE3A3-56DA-4637-833F-264DD986F28C@gmail.com>
On Sat, Jan 17, 2015 at 01:59:31PM +0000, Jungseok Lee wrote:
> As dts files have been reorganised under vendor subdirs, dtb files
> cannot be removed with "make distclean" now. Thus, this patch adds
> dtb files to archclean rule.
>
> Cc: Robert Richter <rrichter@cavium.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Signed-off-by: Jungseok Lee <jungseoklee85@gmail.com>
> ---
> arch/arm64/Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile
> index 1c43cec..0666888 100644
> --- a/arch/arm64/Makefile
> +++ b/arch/arm64/Makefile
> @@ -85,6 +85,7 @@ vdso_install:
> # We use MRPROPER_FILES and CLEAN_FILES now
> archclean:
> $(Q)$(MAKE) $(clean)=$(boot)
> + $(Q)$(MAKE) $(clean)=$(boot)/dts
Looks sensible. I think we can also remove the always/clean-files entries
from arch/arm64/boot/dts/Makefile.
Will
next prev parent reply other threads:[~2015-01-19 10:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-17 13:59 [PATCH] arm64: Add dtb files to archclean rule Jungseok Lee
2015-01-19 10:39 ` Will Deacon [this message]
2015-01-19 14:48 ` Jungseok Lee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150119103926.GC32131@arm.com \
--to=will.deacon@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.