1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 03:33:52 +02:00
openwrt/target/linux/octeontx/Makefile
Tim Harvey ef627cb0f5 octeontx: add fpu support
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
2018-02-22 13:12:06 +01:00

27 lines
509 B
Makefile

#
# Copyright (C) 2018 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
ARCH:=aarch64
BOARD:=octeontx
BOARDNAME:=Octeon-TX
FEATURES:=targz pcie gpio rtc usb fpu
MAINTAINER:=Tim Harvey <tharvey@gateworks.com>
KERNEL_PATCHVER:=4.14
define Target/Description
Build images for Octeon-TX CN80XX/CN81XX based boards
endef
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=Image
$(eval $(call BuildTarget))