target: use SPDX license identifiers on Makefiles
[openwrt/openwrt.git] / target / linux / octeontx / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2018 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=aarch64
8 BOARD:=octeontx
9 BOARDNAME:=Octeon-TX
10 FEATURES:=targz pcie gpio rtc usb fpu
11
12 KERNEL_PATCHVER:=5.4
13
14 define Target/Description
15 Build images for Octeon-TX CN80XX/CN81XX based boards
16 endef
17
18 include $(INCLUDE_DIR)/target.mk
19
20 KERNELNAME:=Image
21
22 $(eval $(call BuildTarget))