summaryrefslogtreecommitdiffstats
path: root/board/synopsys/axs101/Makefile
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2014-02-04 12:56:19 +0400
committerTom Rini <trini@ti.com>2014-02-07 08:14:33 -0500
commita7069ddfa9b369e8bed449806a4422ad751246ab (patch)
tree69ebdb9777c45af41d56ff62a04514ecc1bc75cc /board/synopsys/axs101/Makefile
parent66712b8b460e9ba01374ca0df8aa8bcb3137e4bb (diff)
downloadblackbird-obmc-uboot-a7069ddfa9b369e8bed449806a4422ad751246ab.tar.gz
blackbird-obmc-uboot-a7069ddfa9b369e8bed449806a4422ad751246ab.zip
arc: add AXS101 board support
AXS101 is a new generation of devlopment boards from Synopsys that houses ASIC with ARC700 and lots of DesignWare peripherals: * DW APB UART * DW Mobile Storage (MMC/SD) * DW I2C * DW GMAC Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Vineet Gupta <vgupta@synopsys.com> Cc: Francois Bedard <fbedard@synopsys.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/synopsys/axs101/Makefile')
-rw-r--r--board/synopsys/axs101/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/synopsys/axs101/Makefile b/board/synopsys/axs101/Makefile
new file mode 100644
index 0000000000..f0965f7841
--- /dev/null
+++ b/board/synopsys/axs101/Makefile
@@ -0,0 +1,8 @@
+#
+# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += axs101.o
+obj-$(CONFIG_CMD_NAND) += nand.o
OpenPOWER on IntegriCloud