Makefile 636 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # This is free software, licensed under the GNU General Public License v2.
  3. # See /LICENSE for more information.
  4. #
  5. include $(TOPDIR)/rules.mk
  6. ARCH:=powerpc
  7. BOARD:=apm821xx
  8. BOARDNAME:=AppliedMicro APM821xx
  9. CPU_TYPE:=464fp
  10. FEATURES:=fpu dt gpio
  11. MAINTAINER:=Chris Blake <chrisrblake93@gmail.com>, \
  12. Christian Lamparter <chunkeey@gmail.com>
  13. SUBTARGETS:=nand sata
  14. KERNEL_PATCHVER:=4.4
  15. define Target/Description
  16. Build images for AppliedMicro APM821xx based boards.
  17. endef
  18. include $(INCLUDE_DIR)/target.mk
  19. KERNELNAME:=uImage
  20. DEFAULT_PACKAGES += \
  21. kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug
  22. $(eval $(call BuildTarget))