166d3d554073c54ef2ae63fa603134c3c1f919aa
[openwrt/openwrt.git] / target / linux / archs38 / Makefile
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 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=arc
10 CPU_TYPE:=archs
11 BOARD:=archs38
12 BOARDNAME:=Synopsys DesignWare ARC HS38
13 MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com>
14 SUBTARGETS:=generic
15
16 KERNEL_PATCHVER:=4.4
17
18 DEVICE_TYPE:=developerboard
19
20 include $(INCLUDE_DIR)/target.mk
21
22 define Target/Description
23 Synopsys DesignWare boards
24 endef
25
26 $(eval $(call BuildTarget))