52c5e0008de2e3f2e867d82228dd95750d9cdc27
[openwrt/staging/mkresin.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 CFLAGS:=-Os -pipe -fno-caller-saves -matomic
13 MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com>
14 SUBTARGETS:=generic
15
16 KERNEL_PATCHVER:=4.4
17
18 DEVICE_TYPE:=developerboard
19
20 include $(INCLUDE_DIR)/target.mk
21
22 define Target/Description
23 Synopsys DesignWare boards
24 endef
25
26 $(eval $(call BuildTarget))