mirror of https://gitee.com/openkylin/linux.git
4 lines
104 B
Makefile
4 lines
104 B
Makefile
|
dtstree := $(srctree)/$(src)
|
||
|
|
||
|
dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|