blob: 4d6258d932403a179abaed0bed2d7adba0f47c5b [file] [log] [blame]
Fuchsia firmware team46a8da22021-12-15 10:56:53 +08001# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
4#
5# Based on some other board Makefile
6#
7# (C) Copyright 2000-2003
8# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
9obj-y += board.o
10obj-$(CONFIG_SUN7I_GMAC) += gmac.o
11ifndef CONFIG_SPL_BUILD
12obj-$(CONFIG_SUNXI_AHCI) += ahci.o
13endif
14obj-$(CONFIG_MACH_SUN4I) += dram_sun4i_auto.o
15obj-$(CONFIG_MACH_SUN5I) += dram_sun5i_auto.o
16obj-$(CONFIG_MACH_SUN7I) += dram_sun5i_auto.o