8150f147c5aae44caad96589457a24121c24a5c8
[openwrt/staging/dedeckeh.git] / target / linux / arc770 / Makefile
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=arc
10 BOARD:=arc770
11 BOARDNAME:=Synopsys DesignWare ARC 770D
12 SUBTARGETS:=generic
13
14 KERNEL_PATCHVER:=4.14
15
16 DEVICE_TYPE:=developerboard
17
18 define Target/Description
19 Synopsys DesignWare boards
20 endef
21
22 include $(INCLUDE_DIR)/target.mk
23
24 $(eval $(call BuildTarget))