2016-02-18 08:22:32 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2016 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arc
|
|
|
|
CPU_TYPE:=archs
|
|
|
|
BOARD:=archs38
|
|
|
|
BOARDNAME:=Synopsys DesignWare ARC HS38
|
|
|
|
MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com>
|
2016-08-19 10:58:36 +00:00
|
|
|
SUBTARGETS:=generic
|
2016-02-18 08:22:32 +00:00
|
|
|
|
|
|
|
KERNEL_PATCHVER:=4.4
|
|
|
|
|
|
|
|
DEVICE_TYPE:=developerboard
|
|
|
|
|
|
|
|
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))
|