25 lines
421 B
Makefile
25 lines
421 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2013-2014 OpenWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=mxs
|
|
BOARDNAME:=Freescale i.MX23/i.MX28
|
|
FEATURES:=ext4 rtc usb gpio
|
|
CPU_TYPE:=arm926ej-s
|
|
SUBTARGETS:=generic
|
|
|
|
KERNEL_PATCHVER:=6.6
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
define Target/Description
|
|
Support for Freescale i.MX23/i.MX28 boards
|
|
endef
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|