xref: /linux/arch/mips/boot/dts/lantiq/Makefile (revision 866c9b94ef968445c52214b3748ecc52a8491bca)
1# SPDX-License-Identifier: GPL-2.0
2dtb-$(CONFIG_DT_EASY50712)	+= easy50712.dtb
3
4obj-y				+= $(patsubst %.dtb, %.dtb.o, $(dtb-y))
5
6# Force kbuild to make empty built-in.o if necessary
7obj-				+= dummy.o
8