mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
5c58f8b685
This is a sun7i (A20) based followup to the sun4i (A10) Cubieboard. It has GMAC using MII mode. Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Acked-by: Hans de Goede <hdegoede@redhat.com>
17 lines
520 B
Makefile
17 lines
520 B
Makefile
#
|
|
# (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
|
|
obj-$(CONFIG_SUNXI_GMAC) += gmac.o
|
|
obj-$(CONFIG_A13_OLINUXINOM) += dram_a13_oli_micro.o
|
|
obj-$(CONFIG_CUBIEBOARD) += dram_cubieboard.o
|
|
obj-$(CONFIG_CUBIEBOARD2) += dram_cubieboard2.o
|
|
obj-$(CONFIG_CUBIETRUCK) += dram_cubietruck.o
|
|
obj-$(CONFIG_R7DONGLE) += dram_r7dongle.o
|