2021-02-10 14:52:34 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-02-18 08:22:32 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2016 OpenWrt.org
|
2021-02-10 14:52:34 +01: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
|
2016-08-19 13:58:36 +03:00
|
|
|
SUBTARGETS:=generic
|
2016-02-18 08:22:32 +00:00
|
|
|
|
2020-03-28 14:12:36 +03:00
|
|
|
KERNEL_PATCHVER:=5.4
|
2016-02-18 08:22:32 +00:00
|
|
|
|
2020-05-29 18:40:03 +02:00
|
|
|
DEVICE_TYPE:=basic
|
2016-02-18 08:22:32 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Synopsys DesignWare boards
|
|
|
|
endef
|
|
|
|
|
2016-09-04 13:34:18 +02:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2016-02-18 08:22:32 +00:00
|
|
|
$(eval $(call BuildTarget))
|