ipq40xx: only include ath10k-board-qca4019 for the generic subtarget
[openwrt/staging/chunkeey.git] / target / linux / apm821xx / Makefile
1 #
2 # This is free software, licensed under the GNU General Public License v2.
3 # See /LICENSE for more information.
4 #
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=powerpc
8 BOARD:=apm821xx
9 BOARDNAME:=AppliedMicro APM821xx
10 CPU_TYPE:=464fp
11 FEATURES:=fpu dt gpio
12 MAINTAINER:=Chris Blake <chrisrblake93@gmail.com>, \
13 Christian Lamparter <chunkeey@gmail.com>
14 SUBTARGETS:=nand sata
15
16 KERNEL_PATCHVER:=4.19
17 KERNEL_TESTING_PATCHVER:=5.4
18
19 define Target/Description
20 Build images for AppliedMicro APM821xx based boards.
21 endef
22
23 include $(INCLUDE_DIR)/target.mk
24
25 KERNELNAME:=uImage
26
27 DEFAULT_PACKAGES += \
28 kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug
29
30 $(eval $(call BuildTarget))