1#
2# Copyright (C) 2016 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
10CPU_TYPE:=archs
11BOARD:=archs38
12BOARDNAME:=Synopsys DesignWare ARC HS38
13MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com>
14SUBTARGETS:=generic
15
16KERNEL_PATCHVER:=4.4
17
18DEVICE_TYPE:=developerboard
19
20include $(INCLUDE_DIR)/target.mk
21
22define Target/Description
23	Synopsys DesignWare boards
24endef
25
26$(eval $(call BuildTarget))
27