55708a09b0ae7cbe2c994ea7d47cc6ba5fe884ee
[openwrt/staging/dedeckeh.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 SUBTARGETS:=generic
14
15 KERNEL_PATCHVER:=5.4
16
17 DEVICE_TYPE:=developerboard
18
19 define Target/Description
20 Synopsys DesignWare boards
21 endef
22
23 include $(INCLUDE_DIR)/target.mk
24
25 $(eval $(call BuildTarget))