ipq40xx: only include ath10k-board-qca4019 for the generic subtarget
[openwrt/staging/chunkeey.git] / target / linux / apm821xx / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=powerpc
6 BOARD:=apm821xx
7 BOARDNAME:=AppliedMicro APM821xx
8 CPU_TYPE:=464fp
9 FEATURES:=fpu dt gpio ramdisk squashfs usb
10 SUBTARGETS:=nand sata
11
12 KERNEL_PATCHVER:=5.4
13 KERNEL_TESTING_PATCHVER:=5.10
14
15 define Target/Description
16 Build images for AppliedMicro APM821xx based boards.
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 KERNELNAME:=uImage
22
23 DEFAULT_PACKAGES += \
24 kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug
25
26 $(eval $(call BuildTarget))