xref: /linux/arch/mips/generic/Platform (revision 947bc875116042d5375446aa29bc1073c2d38977)
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
11eed0eabdSPaul Burtonplatform-$(CONFIG_MIPS_GENERIC)	+= generic/
12eed0eabdSPaul Burtoncflags-$(CONFIG_MIPS_GENERIC)	+= -I$(srctree)/arch/mips/include/asm/mach-generic
13eed0eabdSPaul Burtonload-$(CONFIG_MIPS_GENERIC)	+= 0xffffffff80100000
14eed0eabdSPaul Burtonall-$(CONFIG_MIPS_GENERIC)	:= vmlinux.gz.itb
15436c6a44SPaul Burton
16436c6a44SPaul Burtonits-y					:= vmlinux.its.S
1713d1ff2cSPaul Burtonits-$(CONFIG_FIT_IMAGE_FDT_BOSTON)	+= board-boston.its.S
1804a85e08SPaul Burtonits-$(CONFIG_FIT_IMAGE_FDT_NI169445)	+= board-ni169445.its.S
19*947bc875SAlexandre Belloniits-$(CONFIG_FIT_IMAGE_FDT_XILFPGA)	+= board-xilfpga.its.S
20