OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | # |
2 | # Copyright (C) 2016 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 | CPU_TYPE:=archs |
||
11 | BOARD:=archs38 |
||
12 | BOARDNAME:=Synopsys DesignWare ARC HS38 |
||
13 | MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com> |
||
14 | SUBTARGETS:=generic |
||
15 | |||
16 | KERNEL_PATCHVER:=4.14 |
||
17 | |||
18 | DEVICE_TYPE:=developerboard |
||
19 | |||
20 | define Target/Description |
||
21 | Synopsys DesignWare boards |
||
22 | endef |
||
23 | |||
24 | include $(INCLUDE_DIR)/target.mk |
||
25 | |||
26 | $(eval $(call BuildTarget)) |