Searched refs:dtstree (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/arc/boot/dts/
H A DMakefile13 dtstree := $(srctree)/$(src) macro
14 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-4.4.14/arch/h8300/boot/dts/
H A DMakefile11 dtstree := $(srctree)/$(src) macro
12 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-4.4.14/arch/xtensa/boot/dts/
H A DMakefile15 dtstree := $(srctree)/$(src) macro
16 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-4.4.14/arch/metag/boot/dts/
H A DMakefile15 dtstree := $(srctree)/$(src) macro
16 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-4.4.14/arch/mips/boot/dts/
H A DMakefile13 dtstree := $(srctree)/$(src) macro
14 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(foreach d,$(dts-dirs), $(wildcard $(dtstree)/$(d)/*.dts)))
/linux-4.4.14/arch/arm64/boot/dts/
H A DMakefile19 dtstree := $(srctree)/$(src) macro
21 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(foreach d,$(dts-dirs), $(wildcard $(dtstree)/$(d)/*.dts)))
/linux-4.4.14/arch/arm/boot/dts/
H A DMakefile782 dtstree := $(srctree)/$(src) macro
783 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-4.4.14/arch/powerpc/boot/
H A DMakefile193 dtstree := $(srctree)/$(src)/dts macro
424 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.dts))

Completed in 319 milliseconds