aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/airoha/Makefile
blob: 723bec8cd434dcfe76113cf05f58b907bbdba731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(TOPDIR)/rules.mk

ARCH:=arm
BOARD:=airoha
BOARDNAME:=Airoha ARM
CPU_TYPE:=cortex-a7
FEATURES:=dt squashfs nand ramdisk gpio source-only

KERNEL_PATCHVER:=5.15

include $(INCLUDE_DIR)/target.mk

KERNELNAME:=Image dtbs

$(eval $(call BuildTarget))