Searched refs:dtstree (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/csky/boot/dts/ |
| H A D | Makefile | 2 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 D | Makefile | 3 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 D | Makefile | 5 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 D | Makefile | 5 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 D | Makefile | 16 dtstree := $(srctree)/$(src) macro 17 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
| /OK3568_Linux_fs/kernel/arch/arc/boot/dts/ |
| H A D | Makefile | 13 dtstree := $(srctree)/$(src) macro 14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
| /OK3568_Linux_fs/kernel/ |
| H A D | Makefile | 1458 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 D | Makefile-bak | 1459 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 D | Makefile | 230 dtstree := $(srctree)/$(src)/dts macro
|