2014-05-05 10:52:26 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
|
|
|
|
#
|
|
|
|
# Based on some other board Makefile
|
|
|
|
#
|
|
|
|
# (C) Copyright 2000-2003
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
obj-y += board.o
|
2014-05-05 10:52:28 +00:00
|
|
|
obj-$(CONFIG_SUNXI_GMAC) += gmac.o
|
2014-07-18 19:38:41 +00:00
|
|
|
obj-$(CONFIG_SUNXI_AHCI) += ahci.o
|
2014-06-09 09:36:58 +00:00
|
|
|
obj-$(CONFIG_A13_OLINUXINOM) += dram_a13_oli_micro.o
|
2014-06-09 09:36:57 +00:00
|
|
|
obj-$(CONFIG_CUBIEBOARD) += dram_cubieboard.o
|
2014-06-05 18:00:14 +00:00
|
|
|
obj-$(CONFIG_CUBIEBOARD2) += dram_cubieboard2.o
|
2014-05-05 10:52:27 +00:00
|
|
|
obj-$(CONFIG_CUBIETRUCK) += dram_cubietruck.o
|
2014-06-09 09:36:58 +00:00
|
|
|
obj-$(CONFIG_R7DONGLE) += dram_r7dongle.o
|