2021-06-14 18:30:08 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-09-06 19:19:45 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013-2014 OpenWrt.org
|
2021-06-14 18:30:08 +08:00
|
|
|
|
2017-09-06 19:19:45 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=mxs
|
|
|
|
BOARDNAME:=Freescale i.MX23/i.MX28
|
|
|
|
FEATURES:=ext4 rtc usb gpio
|
|
|
|
CPU_TYPE:=arm926ej-s
|
|
|
|
|
2020-07-02 23:30:56 +08:00
|
|
|
KERNEL_PATCHVER:=5.4
|
2021-06-14 18:30:08 +08:00
|
|
|
KERNEL_TESTING_PATCHVER:=5.10
|
2017-09-06 19:19:45 +08:00
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Support for Freescale i.MX23/i.MX28 boards
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|