dnsmasq: rework network interface ignore
[openwrt/staging/jow.git] / target / linux / archs38 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2016 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arc
8 CPU_TYPE:=archs
9 BOARD:=archs38
10 BOARDNAME:=Synopsys DesignWare ARC HS38
11 FEATURES:=source-only
12 SUBTARGETS:=generic
13
14 KERNEL_PATCHVER:=5.15
15
16 DEVICE_TYPE:=basic
17
18 define Target/Description
19 Synopsys DesignWare boards
20 endef
21
22 include $(INCLUDE_DIR)/target.mk
23
24 $(eval $(call BuildTarget))