xref: /OK3568_Linux_fs/kernel/arch/mips/generic/Platform (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun#
2*4882a593Smuzhiyun# Copyright (C) 2016 Imagination Technologies
3*4882a593Smuzhiyun# Author: Paul Burton <paul.burton@mips.com>
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun# This program is free software; you can redistribute it and/or modify it
6*4882a593Smuzhiyun# under the terms of the GNU General Public License as published by the
7*4882a593Smuzhiyun# Free Software Foundation;  either version 2 of the  License, or (at your
8*4882a593Smuzhiyun# option) any later version.
9*4882a593Smuzhiyun#
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun# Note: order matters, keep the asm/mach-generic include last.
12*4882a593Smuzhiyuncflags-$(CONFIG_MACH_INGENIC_SOC)	+= -I$(srctree)/arch/mips/include/asm/mach-ingenic
13*4882a593Smuzhiyuncflags-$(CONFIG_MIPS_GENERIC)	+= -I$(srctree)/arch/mips/include/asm/mach-generic
14*4882a593Smuzhiyun
15*4882a593Smuzhiyunload-$(CONFIG_MIPS_GENERIC)	+= 0xffffffff80100000
16*4882a593Smuzhiyunzload-$(CONFIG_MIPS_GENERIC)	+= 0xffffffff81000000
17*4882a593Smuzhiyunall-$(CONFIG_MIPS_GENERIC)	:= vmlinux.gz.itb
18*4882a593Smuzhiyun
19*4882a593Smuzhiyunits-y					:= vmlinux.its.S
20*4882a593Smuzhiyunits-$(CONFIG_FIT_IMAGE_FDT_BOSTON)	+= board-boston.its.S
21*4882a593Smuzhiyunits-$(CONFIG_FIT_IMAGE_FDT_NI169445)	+= board-ni169445.its.S
22*4882a593Smuzhiyunits-$(CONFIG_FIT_IMAGE_FDT_OCELOT)	+= board-ocelot.its.S
23*4882a593Smuzhiyunits-$(CONFIG_FIT_IMAGE_FDT_XILFPGA)	+= board-xilfpga.its.S
24