From: Catalin Marinas Date: Wed, 21 Nov 2012 11:44:59 +0000 (+0000) Subject: arm64: Fix the dtbs target building X-Git-Tag: v3.8-rc1~105^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58fea354d887fddddd342a8d14b02069161ca904;p=platform%2Fkernel%2Flinux-exynos.git arm64: Fix the dtbs target building The arch/arm64/Makefile was not passing the right target to the boot/dts/Makefile. Signed-off-by: Catalin Marinas Signed-off-by: Rob Herring --- diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index 11c3599..c95c5cb 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -58,7 +58,7 @@ zinstall install: vmlinux $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ dtbs: scripts - $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@ + $(Q)$(MAKE) $(build)=$(boot)/dts dtbs # We use MRPROPER_FILES and CLEAN_FILES now archclean: