23 subdir-y
:= $(dts-dirs
)
25 dtstree
:= $(srctree
)/$(src
)
27 dtb-
$(CONFIG_OF_ALL_DTBS
) := $(patsubst $(dtstree
)/%.dts
,%.dtb
, $(foreach d
,$(dts-dirs
), $(wildcard $(dtstree
)/$(d
)/*.dts
)))
This page took 0.034601 seconds and 6 git commands to generate.