octeontx: add linux 5.10 testing kernel support
[openwrt/staging/stintel.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 KERNEL_TESTING_PATCHVER:=5.10
14
15 define Target/Description
16 Build images for Octeon-TX CN80XX/CN81XX based boards
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 KERNELNAME:=Image
22
23 $(eval $(call BuildTarget))