2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-02-18 08:22:32 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2016 OpenWrt.org
|
2021-02-10 13:52:34 +00:00
|
|
|
|
2016-02-18 08:22:32 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arc
|
|
|
|
CPU_TYPE:=archs
|
|
|
|
BOARD:=archs38
|
|
|
|
BOARDNAME:=Synopsys DesignWare ARC HS38
|
2022-12-29 18:23:11 +00:00
|
|
|
FEATURES:=source-only
|
2016-08-19 10:58:36 +00:00
|
|
|
SUBTARGETS:=generic
|
2016-02-18 08:22:32 +00:00
|
|
|
|
2024-07-28 12:49:44 +00:00
|
|
|
KERNEL_PATCHVER:=6.6
|
2016-02-18 08:22:32 +00:00
|
|
|
|
2020-05-29 16:40:03 +00:00
|
|
|
DEVICE_TYPE:=basic
|
2016-02-18 08:22:32 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Synopsys DesignWare boards
|
|
|
|
endef
|
|
|
|
|
2016-09-04 11:34:18 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2016-02-18 08:22:32 +00:00
|
|
|
$(eval $(call BuildTarget))
|