xref: /linux/arch/mips/generic/Platform (revision 378e413fe97e8d66ff4dc90b0b5b6ef3bbc15252)
1eed0eabdSPaul Burton#
2eed0eabdSPaul Burton# Copyright (C) 2016 Imagination Technologies
3fb615d61SPaul Burton# Author: Paul Burton <paul.burton@mips.com>
4eed0eabdSPaul Burton#
5eed0eabdSPaul Burton# This program is free software; you can redistribute it and/or modify it
6eed0eabdSPaul Burton# under the terms of the GNU General Public License as published by the
7eed0eabdSPaul Burton# Free Software Foundation;  either version 2 of the  License, or (at your
8eed0eabdSPaul Burton# option) any later version.
9eed0eabdSPaul Burton#
10eed0eabdSPaul Burton
11f0f4a753SPaul Cercueil# Note: order matters, keep the asm/mach-generic include last.
12a103e9b9SPaul Cercueilcflags-$(CONFIG_MACH_INGENIC_SOC)	+= -I$(srctree)/arch/mips/include/asm/mach-ingenic
13eed0eabdSPaul Burtoncflags-$(CONFIG_MIPS_GENERIC)	+= -I$(srctree)/arch/mips/include/asm/mach-generic
14f0f4a753SPaul Cercueil
15eed0eabdSPaul Burtonload-$(CONFIG_MIPS_GENERIC)	+= 0xffffffff80100000
16c3e2ee65SPaul Cercueilzload-$(CONFIG_MIPS_GENERIC)	+= 0xffffffff81000000
17eed0eabdSPaul Burtonall-$(CONFIG_MIPS_GENERIC)	:= vmlinux.gz.itb
18436c6a44SPaul Burton
19436c6a44SPaul Burtonits-y					:= vmlinux.its.S
2013d1ff2cSPaul Burtonits-$(CONFIG_FIT_IMAGE_FDT_BOSTON)	+= board-boston.its.S
2104a85e08SPaul Burtonits-$(CONFIG_FIT_IMAGE_FDT_NI169445)	+= board-ni169445.its.S
2239249d77SQuentin Schulzits-$(CONFIG_FIT_IMAGE_FDT_OCELOT)	+= board-ocelot.its.S
23*378e413fSGregory CLEMENTits-$(CONFIG_FIT_IMAGE_FDT_LUTON)	+= board-luton.its.S
24947bc875SAlexandre Belloniits-$(CONFIG_FIT_IMAGE_FDT_XILFPGA)	+= board-xilfpga.its.S
25