From f71e8fdc175928d8794ce117a2860dadd42d03e3 Mon Sep 17 00:00:00 2001 From: philenotfound Date: Wed, 5 Jun 2013 15:32:04 +0200 Subject: [PATCH] Make single .dtb targets also with DTC_FLAGS --- arch/arm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index e9729a494b7234..d5935c02cb2bf2 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -299,7 +299,7 @@ uImage-dtb.%: scripts $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ %.dtb: scripts - $(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@ + $(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) DTC_FLAGS=$(DTC_FLAGS) $(boot)/dts/$@ dtbs: scripts $(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) DTC_FLAGS=$(DTC_FLAGS) dtbs