4 lines
157 B
Makefile
Executable file
4 lines
157 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-$(CONFIG_SOC_KENDRYTE_K210_DTB) += k210.dtb
|
|
|
|
obj-$(CONFIG_SOC_KENDRYTE_K210_DTB_BUILTIN) += $(addsuffix .o, $(dtb-y))
|