Searched refs:dtstree (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/arch/arc/boot/dts/ |
H A D | Makefile | 13 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 D | Makefile | 11 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 D | Makefile | 15 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 D | Makefile | 15 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 D | Makefile | 13 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 D | Makefile | 19 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 D | Makefile | 782 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 D | Makefile | 193 dtstree := $(srctree)/$(src)/dts macro 424 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.dts))
|
Completed in 319 milliseconds