aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq807x/Makefile
blob: 9c0d183993185b51037208ddde5392d60de750c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(TOPDIR)/rules.mk

ARCH:=aarch64
BOARD:=ipq807x
BOARDNAME:=Qualcomm Atheros IPQ807x
FEATURES:=squashfs ramdisk source-only
MAINTAINER:=John Crispin <john@phrozen.org>
KERNELNAME:=Image dtbs
CPU_TYPE:=cortex-a53

KERNEL_PATCHVER:=5.4

include $(INCLUDE_DIR)/target.mk

$(eval $(call BuildTarget))