xref: /linux/arch/mips/boot/dts/mti/Makefile (revision 8ced390c2b18364af35e3d3f080e06f8ea96be9a)
1# SPDX-License-Identifier: GPL-2.0
2dtb-$(CONFIG_MIPS_MALTA)	+= malta.dtb
3dtb-$(CONFIG_LEGACY_BOARD_SEAD3)	+= sead3.dtb
4
5obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y))
6