Makefile 690 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Copyright (C) 2013-2016 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:=arm
  9. BOARD:=sunxi
  10. BOARDNAME:=Allwinner A1x/A20/A3x
  11. FEATURES:=fpu usb ext4 display rtc squashfs
  12. SUBTARGETS:=cortexa8 cortexa7 cortexa53
  13. MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
  14. KERNEL_PATCHVER:=4.14
  15. KERNELNAME:=zImage dtbs
  16. # A10: Cortex-A8
  17. # A13: Cortex-A8
  18. # A20: dual Cortex-A7
  19. # A31: quad Cortex-A7
  20. # A80: octa Cortex-A15/A7
  21. # H3: quad Cortex-A7
  22. include $(INCLUDE_DIR)/target.mk
  23. DEFAULT_PACKAGES += uboot-envtools
  24. DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
  25. $(eval $(call BuildTarget))