1# SPDX-License-Identifier: GPL-2.0-only
2dtb-$(CONFIG_SOC_VCOREIII)	+= \
3	luton_pcb091.dtb \
4	ocelot_pcb120.dtb \
5	ocelot_pcb123.dtb
6
7obj-$(CONFIG_BUILTIN_DTB)	+= $(addsuffix .o, $(dtb-y))
8