2015-11-22 19:06:07 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2015 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
|
|
|
|
BOARD:=arc770
|
|
|
|
BOARDNAME:=Synopsys DesignWare ARC 770D
|
|
|
|
MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com>
|
|
|
|
SUBTARGETS:=generic
|
|
|
|
|
2017-03-06 18:30:08 +00:00
|
|
|
KERNEL_PATCHVER:=4.9
|
2015-11-22 19:06:07 +00:00
|
|
|
|
|
|
|
DEVICE_TYPE:=developerboard
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Synopsys DesignWare boards
|
|
|
|
endef
|
|
|
|
|
2016-09-04 11:34:18 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2015-11-22 19:06:07 +00:00
|
|
|
$(eval $(call BuildTarget))
|