summaryrefslogtreecommitdiffstats
path: root/target/linux/airoha/Makefile
blob: 9c4c1c39a97806dcacc5878ea3da68d646bf1b92 (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.18

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

$(eval $(call BuildTarget))