summaryrefslogtreecommitdiffstats
path: root/target/linux/airoha/Makefile
blob: 50c871edaacb9df1a510c160bfc9b89e3dcaa812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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:=6.1
KERNEL_TESTING_PATCHVER:=6.6

include $(INCLUDE_DIR)/target.mk

KERNELNAME:=Image dtbs

$(eval $(call BuildTarget))