X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fsunxi%2FMakefile;h=43766e0ef482b54c1fc42fb17fa9c1bf2033f7f1;hb=c7e2ec4279d79f9b6f99d86246104cc89482780b;hp=18b1e1173354800af7f266529c0c57c49fc676b4;hpb=7d20d7eb1334706546708acd966c0c7f807726e8;p=oweals%2Fu-boot.git diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index 18b1e11733..43766e0ef4 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -9,4 +9,8 @@ # SPDX-License-Identifier: GPL-2.0+ # obj-y += board.o -obj-$(CONFIG_CUBIETRUCK) += dram_cubietruck.o +obj-$(CONFIG_SUNXI_GMAC) += gmac.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