xref: /openbmc/linux/arch/mips/boot/dts/qca/Makefile (revision a8fe58ce)
1# All DTBs
2dtb-$(CONFIG_ATH79)			+= ar9132_tl_wr1043nd_v1.dtb
3
4# Select a DTB to build in the kernel
5obj-$(CONFIG_DTB_TL_WR1043ND_V1)	+= ar9132_tl_wr1043nd_v1.dtb.o
6
7# Force kbuild to make empty built-in.o if necessary
8obj-				+= dummy.o
9
10always				:= $(dtb-y)
11clean-files			:= *.dtb *.dtb.S
12