xref: /openbmc/linux/arch/mips/boot/dts/img/Makefile (revision 37cb8e1f)
1# SPDX-License-Identifier: GPL-2.0
2dtb-$(CONFIG_FIT_IMAGE_FDT_BOSTON)	+= boston.dtb
3
4dtb-$(CONFIG_MACH_PISTACHIO)	+= pistachio_marduk.dtb
5obj-$(CONFIG_MACH_PISTACHIO)	+= pistachio_marduk.dtb.o
6
7# Force kbuild to make empty built-in.o if necessary
8obj-				+= dummy.o
9