developer | 6747cdd | 2021-09-29 17:00:51 +0800 | [diff] [blame] | 1 | ARCH:=aarch64 |
2 | SUBTARGET:=mt7981 | ||||
3 | BOARDNAME:=MT7981 | ||||
4 | CPU_TYPE:=cortex-a53 | ||||
5 | FEATURES:=squashfs nand ramdisk | ||||
6 | |||||
7 | KERNELNAME:=Image dtbs | ||||
8 | |||||
9 | define Target/Description | ||||
10 | Build firmware images for MediaTek MT7981 ARM based boards. | ||||
11 | endef |