2
0

Makefile 483 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. include $(TOPDIR)/rules.mk
  3. ARCH:=powerpc
  4. BOARD:=apm821xx
  5. BOARDNAME:=AppliedMicro APM821xx
  6. CPU_TYPE:=464fp
  7. FEATURES:=fpu dt gpio ramdisk squashfs usb
  8. SUBTARGETS:=nand sata
  9. KERNEL_PATCHVER:=5.4
  10. define Target/Description
  11. Build images for AppliedMicro APM821xx based boards.
  12. endef
  13. include $(INCLUDE_DIR)/target.mk
  14. KERNELNAME:=uImage
  15. DEFAULT_PACKAGES += \
  16. kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug
  17. $(eval $(call BuildTarget))