summaryrefslogtreecommitdiffstats
path: root/target/linux/airoha/Makefile
blob: 2da3acbef24be2cb3cb7ac3c2dba867fe132ff7e (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
SUBTARGETS:=en7523 an7581 an7583
FEATURES:=dt squashfs nand ramdisk gpio

KERNEL_PATCHVER:=6.12

include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
	kmod-leds-gpio kmod-gpio-button-hotplug

$(eval $(call BuildTarget))