11 lines
234 B
Makefile
11 lines
234 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dtbo-$(CONFIG_ARCH_RV64I) += \
|
|
k1-spacemit-disable-qspi.dtbo \
|
|
k1-spacemit-i2c4-pwm7-spi3-uart5.dtbo
|
|
|
|
targets += dtbs dtbs_install
|
|
targets += $(dtbo-y)
|
|
|
|
always-y := $(dtbo-y)
|
|
clean-files := *.dtbo
|