mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 04:42:58 +00:00
16 lines
298 B
Makefile
16 lines
298 B
Makefile
|
#
|
||
|
# Copyright (C) 2017 Hauke Mehrtens
|
||
|
#
|
||
|
# This is free software, licensed under the GNU General Public License v2.
|
||
|
# See /LICENSE for more information.
|
||
|
#
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
ARCH:=aarch64
|
||
|
BOARDNAME:=Marvell Armada 3700LP (ARM64)
|
||
|
CPU_TYPE:=cortex-a53
|
||
|
FEATURES+=ext4
|
||
|
|
||
|
KERNELNAME:=Image dtbs
|