firewall4: update to latest Git HEAD
[openwrt/staging/stintel.git] / target / linux / arc770 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2015 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arc
8 BOARD:=arc770
9 BOARDNAME:=Synopsys DesignWare ARC 770D
10 SUBTARGETS:=generic
11
12 KERNEL_PATCHVER:=5.4
13
14 DEVICE_TYPE:=basic
15
16 define Target/Description
17 Synopsys DesignWare boards
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21
22 $(eval $(call BuildTarget))