summaryrefslogtreecommitdiffstats
path: root/arch/csky/boot/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/boot/dts/Makefile')
-rw-r--r--arch/csky/boot/dts/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/csky/boot/dts/Makefile b/arch/csky/boot/dts/Makefile
index 5f1f55e911ad..aabffc1912e8 100644
--- a/arch/csky/boot/dts/Makefile
+++ b/arch/csky/boot/dts/Makefile
@@ -1,4 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
-dtstree := $(srctree)/$(src)
-
-dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
+dtb-y := $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))