Home
last modified time | relevance | path

Searched refs:dtstree (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/csky/boot/dts/
H A DMakefile2 dtstree := $(srctree)/$(src) macro
4 dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/
H A DMakefile3 dtstree := $(srctree)/$(src) macro
4 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A DMakefile5 dtstree := $(srctree)/$(src) macro
6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/OK3568_Linux_fs/kernel/arch/nios2/boot/dts/
H A DMakefile5 dtstree := $(srctree)/$(src) macro
6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/OK3568_Linux_fs/kernel/arch/xtensa/boot/dts/
H A DMakefile16 dtstree := $(srctree)/$(src) macro
17 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/OK3568_Linux_fs/kernel/arch/arc/boot/dts/
H A DMakefile13 dtstree := $(srctree)/$(src) macro
14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/OK3568_Linux_fs/kernel/
H A DMakefile1458 dtstree := arch/$(SRCARCH)/boot/dts macro
1461 ifneq ($(dtstree),)
1464 $(Q)$(MAKE) $(build)=$(dtstree) $(dtstree)/$@
1468 $(Q)$(MAKE) $(build)=$(dtstree)
1478 $(Q)$(MAKE) $(dtbinst)=$(dtstree) dst=$(INSTALL_DTBS_PATH)
1728 @$(if $(dtstree), \
H A DMakefile-bak1459 dtstree := arch/$(SRCARCH)/boot/dts
1462 ifneq ($(dtstree),)
1465 $(Q)$(MAKE) $(build)=$(dtstree) $(dtstree)/$@
1469 $(Q)$(MAKE) $(build)=$(dtstree)
1479 $(Q)$(MAKE) $(dtbinst)=$(dtstree) dst=$(INSTALL_DTBS_PATH)
1729 @$(if $(dtstree), \
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A DMakefile230 dtstree := $(srctree)/$(src)/dts macro