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