Makefile 589 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Copyright (C) 2014 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. ARCH:=aarch64
  9. BOARD:=arm64
  10. BOARDNAME:=ARMv8 multiplatform
  11. FEATURES:=fpu ramdisk
  12. CFLAGS:=-Os -pipe -fno-caller-saves
  13. MAINTAINER:=Florian Fainelli <florian@openwrt.org>
  14. KERNEL_PATCHVER:=4.4
  15. DEVICE_TYPE:=developerboard
  16. define Target/Description
  17. Build multi-platform images for the ARMv8 instruction set architecture
  18. endef
  19. include $(INCLUDE_DIR)/target.mk
  20. KERNELNAME:=Image dtbs
  21. $(eval $(call BuildTarget))