Makefile 491 B

1234567891011121314151617181920
  1. #
  2. # Copyright (C) 2012-2015 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. BOARD:=mvebu
  9. BOARDNAME:=Marvell EBU Armada
  10. FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part
  11. SUBTARGETS:=cortexa9 cortexa53 cortexa72
  12. KERNEL_PATCHVER:=4.19
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
  15. $(eval $(call BuildTarget))