mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
21 lines
483 B
Makefile
21 lines
483 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2020 ChalesYu <574249312@qq.com>
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
ARCH:=arm
|
|
SUBTARGET:=meson8b
|
|
BOARDNAME:=Amlogic S805 boards (32 bit)
|
|
CPU_TYPE:=cortex-a5
|
|
CPU_SUBTYPE:=vfpv4
|
|
MAINTAINER:=ChalesYu <574249312@qq.com>
|
|
|
|
define Target/Description
|
|
Build firmware image for Amlogic S805 SoC devices.
|
|
This firmware features a 32 bit kernel.
|
|
endef
|
|
|