Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # Copyright (C) 2016 Imagination Technologies
0003 # Author: Paul Burton <paul.burton@mips.com>
0004 #
0005 # This program is free software; you can redistribute it and/or modify it
0006 # under the terms of the GNU General Public License as published by the
0007 # Free Software Foundation;  either version 2 of the  License, or (at your
0008 # option) any later version.
0009 #
0010 
0011 # Note: order matters, keep the asm/mach-generic include last.
0012 cflags-$(CONFIG_MACH_INGENIC_SOC)       += -I$(srctree)/arch/mips/include/asm/mach-ingenic
0013 cflags-$(CONFIG_MIPS_GENERIC)   += -I$(srctree)/arch/mips/include/asm/mach-generic
0014 
0015 load-$(CONFIG_MIPS_GENERIC)     += 0xffffffff80100000
0016 all-$(CONFIG_MIPS_GENERIC)      += vmlinux.gz.itb
0017 
0018 its-y                                   := vmlinux.its.S
0019 its-$(CONFIG_FIT_IMAGE_FDT_BOSTON)      += board-boston.its.S
0020 its-$(CONFIG_FIT_IMAGE_FDT_NI169445)    += board-ni169445.its.S
0021 its-$(CONFIG_FIT_IMAGE_FDT_OCELOT)      += board-ocelot.its.S
0022 its-$(CONFIG_FIT_IMAGE_FDT_LUTON)       += board-luton.its.S
0023 its-$(CONFIG_FIT_IMAGE_FDT_JAGUAR2)     += board-jaguar2.its.S
0024 its-$(CONFIG_FIT_IMAGE_FDT_SERVAL)      += board-serval.its.S
0025 its-$(CONFIG_FIT_IMAGE_FDT_XILFPGA)     += board-xilfpga.its.S
0026 its-$(CONFIG_FIT_IMAGE_FDT_MARDUK)      += board-marduk.its.S