brcm47xx: add patches for kernel 4.0
[openwrt/svn-archive/archive.git] / target / linux / arm64 / Makefile
1 #
2 # Copyright (C) 2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=aarch64
10 BOARD:=arm64
11 BOARDNAME:=ARMv8 multiplatform
12 FEATURES:=fpu ramdisk
13 CFLAGS:=-Os -pipe -fno-caller-saves
14 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
15
16 KERNEL_PATCHVER:=3.18
17
18 DEVICE_TYPE:=developerboard
19
20 include $(INCLUDE_DIR)/target.mk
21
22 define Target/Description
23 Build multi-platform images for the ARMv8 instruction set architecture
24 endef
25
26 KERNELNAME:=Image dtbs
27
28 $(eval $(call BuildTarget))