X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=board%2Fsunxi%2FMakefile;h=43766e0ef482b54c1fc42fb17fa9c1bf2033f7f1;hb=af654d14613f22f4910601d86e584030ee392b94;hp=cbf8f086a95af88f16c081e99d5eaf6b2cf83a1c;hpb=90b51c33f362926e17d4c07dcef1ce822abaa89f;p=u-boot diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index cbf8f086a9..43766e0ef4 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -10,4 +10,7 @@ # obj-y += board.o obj-$(CONFIG_SUNXI_GMAC) += gmac.o -obj-$(CONFIG_CUBIETRUCK) += dram_cubietruck.o +obj-$(CONFIG_SUNXI_AHCI) += ahci.o +obj-$(CONFIG_MACH_SUN4I) += dram_sun4i_auto.o +obj-$(CONFIG_MACH_SUN5I) += dram_sun5i_auto.o +obj-$(CONFIG_MACH_SUN7I) += dram_sun5i_auto.o