Makefile 430 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2013-2014 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=arm
  6. BOARD:=mxs
  7. BOARDNAME:=Freescale i.MX23/i.MX28
  8. FEATURES:=ext4 rtc usb gpio
  9. CPU_TYPE:=arm926ej-s
  10. KERNEL_PATCHVER:=5.4
  11. KERNEL_TESTING_PATCHVER:=5.10
  12. KERNELNAME:=zImage dtbs
  13. define Target/Description
  14. Support for Freescale i.MX23/i.MX28 boards
  15. endef
  16. include $(INCLUDE_DIR)/target.mk
  17. $(eval $(call BuildTarget))