xref: /openbmc/u-boot/board/sunxi/Makefile (revision e8f80a5a)
1*83d290c5STom Rini# SPDX-License-Identifier: GPL-2.0+
2cba69eeeSIan Campbell#
3cba69eeeSIan Campbell# (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
4cba69eeeSIan Campbell#
5cba69eeeSIan Campbell# Based on some other board Makefile
6cba69eeeSIan Campbell#
7cba69eeeSIan Campbell# (C) Copyright 2000-2003
8cba69eeeSIan Campbell# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
9cba69eeeSIan Campbellobj-y	+= board.o
106ff005cfSDave Prueobj-$(CONFIG_SUN7I_GMAC)	+= gmac.o
1174daf94aSSimon Glassifndef CONFIG_SPL_BUILD
12a6e50a88SIan Campbellobj-$(CONFIG_SUNXI_AHCI)	+= ahci.o
1374daf94aSSimon Glassendif
142ddd8012SHans de Goedeobj-$(CONFIG_MACH_SUN4I)	+= dram_sun4i_auto.o
15e1a0888eSHans de Goedeobj-$(CONFIG_MACH_SUN5I)	+= dram_sun5i_auto.o
16389046beSHans de Goedeobj-$(CONFIG_MACH_SUN7I)	+= dram_sun5i_auto.o
17