openwrtv3/target/linux/ipq806x/Makefile

19 lines
351 B
Makefile
Raw Normal View History

# 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
MAINTAINER:=John Crispin <blogic@openwrt.org>
LINUX_VERSION:=3.14.18
KERNELNAME:=Image dtbs
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget))