dba4b1dd097236351b101236105b1ba8ba1ea28d
[openwrt/staging/dedeckeh.git] / target / linux / archs38 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2016 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arc
8 CPU_TYPE:=archs
9 BOARD:=archs38
10 BOARDNAME:=Synopsys DesignWare ARC HS38
11 SUBTARGETS:=generic
12
13 KERNEL_PATCHVER:=5.10
14 KERNEL_TESTING_PATCHVER:=5.15
15
16 DEVICE_TYPE:=basic
17
18 define Target/Description
19 Synopsys DesignWare boards
20 endef
21
22 include $(INCLUDE_DIR)/target.mk
23
24 $(eval $(call BuildTarget))