1a5fcc652SAlban Bedel# All DTBs
2a5fcc652SAlban Bedeldtb-$(CONFIG_ATH79)			+= ar9132_tl_wr1043nd_v1.dtb
3a5fcc652SAlban Bedel
4a5fcc652SAlban Bedel# Select a DTB to build in the kernel
5a5fcc652SAlban Bedelobj-$(CONFIG_DTB_TL_WR1043ND_V1)	+= ar9132_tl_wr1043nd_v1.dtb.o
6a5fcc652SAlban Bedel
7a5fcc652SAlban Bedel# Force kbuild to make empty built-in.o if necessary
8a5fcc652SAlban Bedelobj-				+= dummy.o
9a5fcc652SAlban Bedel
10a5fcc652SAlban Bedelalways				:= $(dtb-y)
11a5fcc652SAlban Bedelclean-files			:= *.dtb *.dtb.S
12