archs38: mark as source-only
[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 FEATURES:=source-only
12 SUBTARGETS:=generic
13
14 KERNEL_PATCHVER:=5.10
15 KERNEL_TESTING_PATCHVER:=5.15
16
17 DEVICE_TYPE:=basic
18
19 define Target/Description
20 Synopsys DesignWare boards
21 endef
22
23 include $(INCLUDE_DIR)/target.mk
24
25 $(eval $(call BuildTarget))