162306a36Sopenharmony_ci# 262306a36Sopenharmony_ci# Copyright (C) 2016 Imagination Technologies 362306a36Sopenharmony_ci# Author: Paul Burton <paul.burton@mips.com> 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci# This program is free software; you can redistribute it and/or modify it 662306a36Sopenharmony_ci# under the terms of the GNU General Public License as published by the 762306a36Sopenharmony_ci# Free Software Foundation; either version 2 of the License, or (at your 862306a36Sopenharmony_ci# option) any later version. 962306a36Sopenharmony_ci# 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci# Note: order matters, keep the asm/mach-generic include last. 1262306a36Sopenharmony_cicflags-$(CONFIG_MACH_INGENIC_SOC) += -I$(srctree)/arch/mips/include/asm/mach-ingenic 1362306a36Sopenharmony_cicflags-$(CONFIG_MIPS_GENERIC) += -I$(srctree)/arch/mips/include/asm/mach-generic 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ciload-$(CONFIG_MIPS_GENERIC) += 0xffffffff80100000 1662306a36Sopenharmony_ciall-$(CONFIG_MIPS_GENERIC) += vmlinux.gz.itb 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciits-y := vmlinux.its.S 1962306a36Sopenharmony_ciits-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S 2062306a36Sopenharmony_ciits-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S 2162306a36Sopenharmony_ciits-$(CONFIG_FIT_IMAGE_FDT_OCELOT) += board-ocelot.its.S 2262306a36Sopenharmony_ciits-$(CONFIG_FIT_IMAGE_FDT_LUTON) += board-luton.its.S 2362306a36Sopenharmony_ciits-$(CONFIG_FIT_IMAGE_FDT_JAGUAR2) += board-jaguar2.its.S 2462306a36Sopenharmony_ciits-$(CONFIG_FIT_IMAGE_FDT_SERVAL) += board-serval.its.S 2562306a36Sopenharmony_ciits-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += board-xilfpga.its.S 2662306a36Sopenharmony_ciits-$(CONFIG_FIT_IMAGE_FDT_MARDUK) += board-marduk.its.S 27