From: Stephen Boyd Date: Wed, 22 Aug 2012 23:00:14 +0000 (-0700) Subject: ARM: msm: Add msm8660-surf.dts to Makefile.boot X-Git-Tag: firefly_0821_release~3680^2~1963^2~12^2~9 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e8ea1ea90bfd90d3047924b77a3f76cf2147ada1;p=firefly-linux-kernel-4.4.55.git ARM: msm: Add msm8660-surf.dts to Makefile.boot Add this entry to the Makefile so that we can build the dtb automatically with 'make dtbs'. Signed-off-by: Stephen Boyd Signed-off-by: David Brown --- diff --git a/arch/arm/mach-msm/Makefile.boot b/arch/arm/mach-msm/Makefile.boot index 9b803a578b4d..8de06781c6df 100644 --- a/arch/arm/mach-msm/Makefile.boot +++ b/arch/arm/mach-msm/Makefile.boot @@ -1,3 +1,5 @@ zreladdr-y += 0x10008000 params_phys-y := 0x10000100 initrd_phys-y := 0x10800000 + +dtb-$(CONFIG_ARCH_MSM8X60) += msm8660-surf.dtb