summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-09-01 17:30:19 (GMT)
committerTom Rini <trini@konsulko.com>2017-09-01 17:30:19 (GMT)
commit0b6e5b2c48f91afec21870502761e27961ac061c (patch)
tree0e8b8e618cb3ec432643a628be4eb3bcba10991c /board
parent1d20170467b079642be96996dcd71db64c3c365c (diff)
parent6ff005cf19363382fc867d7876a75fd8a386e894 (diff)
downloadu-boot-0b6e5b2c48f91afec21870502761e27961ac061c.tar.xz
Merge git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'board')
-rw-r--r--board/sunxi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile
index f4411f0..526cb72 100644
--- a/board/sunxi/Makefile
+++ b/board/sunxi/Makefile
@@ -9,7 +9,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += board.o
-obj-$(CONFIG_SUNXI_GMAC) += gmac.o
+obj-$(CONFIG_SUN7I_GMAC) += gmac.o
ifndef CONFIG_SPL_BUILD
obj-$(CONFIG_SUNXI_AHCI) += ahci.o
endif