mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
17 lines
424 B
Makefile
17 lines
424 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
ARCH:=aarch64
|
|
SUBTARGET:=mesongx
|
|
BOARDNAME:=Amlogic S9 SoC family (64 bit)
|
|
CPU_TYPE:=cortex-a53
|
|
MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be>
|
|
|
|
define Target/Description
|
|
Build firmware image for Amlogic S9 SoC devices.
|
|
This firmware features a 64 bit kernel.
|
|
endef
|