Makefile 453 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2018 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=aarch64
  6. BOARD:=octeontx
  7. BOARDNAME:=Octeon-TX
  8. FEATURES:=squashfs ramdisk targz pcie gpio rtc usb fpu
  9. SUBTARGETS:=generic
  10. KERNEL_PATCHVER:=5.10
  11. KERNEL_TESTING_PATCHVER:=5.15
  12. define Target/Description
  13. Build images for Octeon-TX CN80XX/CN81XX based boards
  14. endef
  15. include $(INCLUDE_DIR)/target.mk
  16. KERNELNAME:=Image
  17. $(eval $(call BuildTarget))