octeontx: add support for Linux 5.4
[openwrt/staging/dedeckeh.git] / target / linux / octeontx / Makefile
1 #
2 # Copyright (C) 2018 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:=aarch64
10 BOARD:=octeontx
11 BOARDNAME:=Octeon-TX
12 FEATURES:=targz pcie gpio rtc usb fpu
13
14 MAINTAINER:=Tim Harvey <tharvey@gateworks.com>
15
16 KERNEL_PATCHVER:=4.14
17 KERNEL_TESTING_PATCHVER:=5.4
18
19 define Target/Description
20 Build images for Octeon-TX CN80XX/CN81XX based boards
21 endef
22
23 include $(INCLUDE_DIR)/target.mk
24
25 KERNELNAME:=Image
26
27 $(eval $(call BuildTarget))