diff options
author | Jungseok Lee <jungseoklee85@gmail.com> | 2015-01-19 14:57:00 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-01-20 11:30:08 +0000 |
commit | c7c52e482975cb9c390471df35ab85e86dbc5916 (patch) | |
tree | 5b4c8e05e6bdde95d0e64ec0f920438c565d6b2b /arch/arm64/Makefile | |
parent | ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc (diff) | |
download | op-kernel-dev-c7c52e482975cb9c390471df35ab85e86dbc5916.zip op-kernel-dev-c7c52e482975cb9c390471df35ab85e86dbc5916.tar.gz |
arm64: Add dtb files to archclean rule
As dts files have been reorganised under vendor subdirs, dtb files
cannot be removed with "make distclean" now. Thus, this patch moves
dtb files under archclean rule and removes unnecessary entries.
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>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/Makefile')
-rw-r--r-- | arch/arm64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 define archhelp echo '* Image.gz - Compressed kernel image (arch/$(ARCH)/boot/Image.gz)' |