xref: /openbmc/linux/arch/mips/boot/dts/ingenic/Makefile (revision 6a767685)
1# SPDX-License-Identifier: GPL-2.0
2dtb-$(CONFIG_JZ4740_QI_LB60)	+= qi_lb60.dtb
3dtb-$(CONFIG_JZ4770_GCW0)	+= gcw0.dtb
4dtb-$(CONFIG_JZ4780_CI20)	+= ci20.dtb
5
6obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y))
7