8 lines
197 B
Makefile
8 lines
197 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb
|
||
|
dtb-$(CONFIG_ARCH_THUNDER2) += thunder2-99xx.dtb
|
||
|
|
||
|
always := $(dtb-y)
|
||
|
subdir-y := $(dts-dirs)
|
||
|
clean-files := *.dtb
|