aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/Makefile
blob: 7521e971ef0472c3e399c92176bb9419d066e190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) 2013 The Linux Foundation. All rights reserved.
#
include $(TOPDIR)/rules.mk

ARCH:=arm
BOARD:=ipq806x
BOARDNAME:=Qualcomm Atheros IPQ806X
FEATURES:=squashfs
CPU_TYPE:=cortex-a7

LINUX_VERSION:=3.14.12

KERNELNAME="Image dtbs"

include $(INCLUDE_DIR)/target.mk

$(eval $(call BuildTarget))