aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/Makefile')
-rw-r--r--arch/powerpc/boot/dts/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/Makefile b/arch/powerpc/boot/dts/Makefile
index fb335d05aae8..0cd0d8558b47 100644
--- a/arch/powerpc/boot/dts/Makefile
+++ b/arch/powerpc/boot/dts/Makefile
@@ -2,5 +2,4 @@
subdir-y += fsl
-dtstree := $(srctree)/$(src)
-dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
+dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))