1#
2# Copyright (C) 2015 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=arc
10BOARD:=arc770
11BOARDNAME:=Synopsys DesignWare ARC 770D
12MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com>
13SUBTARGETS:=generic
14
15KERNEL_PATCHVER:=4.4
16
17DEVICE_TYPE:=developerboard
18
19include $(INCLUDE_DIR)/target.mk
20
21define Target/Description
22	Synopsys DesignWare boards
23endef
24
25$(eval $(call BuildTarget))
26