Makefile 385 B

12345678910111213141516171819202122
  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:=targz pcie gpio rtc usb fpu
  9. KERNEL_PATCHVER:=5.4
  10. define Target/Description
  11. Build images for Octeon-TX CN80XX/CN81XX based boards
  12. endef
  13. include $(INCLUDE_DIR)/target.mk
  14. KERNELNAME:=Image
  15. $(eval $(call BuildTarget))