bae20d0d04fb00c3549e8e7bf1d74221c88a0075
[openwrt/staging/wigyori.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 ramdisk squashfs usb
12 SUBTARGETS:=nand sata
13
14 KERNEL_PATCHVER:=5.4
15
16 define Target/Description
17 Build images for AppliedMicro APM821xx based boards.
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21
22 KERNELNAME:=uImage
23
24 DEFAULT_PACKAGES += \
25 kmod-leds-gpio kmod-i2c-core kmod-gpio-button-hotplug
26
27 $(eval $(call BuildTarget))