18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Carsten Langgaard, carstenl@mips.com 48c2ecf20Sopenharmony_ci# Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. 58c2ecf20Sopenharmony_ci# 68c2ecf20Sopenharmony_ci# Copyright (C) 2008 Wind River Systems, Inc. 78c2ecf20Sopenharmony_ci# written by Ralf Baechle <ralf@linux-mips.org> 88c2ecf20Sopenharmony_ci# 98c2ecf20Sopenharmony_ciobj-y += malta-dt.o 108c2ecf20Sopenharmony_ciobj-y += malta-dtshim.o 118c2ecf20Sopenharmony_ciobj-y += malta-init.o 128c2ecf20Sopenharmony_ciobj-y += malta-int.o 138c2ecf20Sopenharmony_ciobj-y += malta-memory.o 148c2ecf20Sopenharmony_ciobj-y += malta-platform.o 158c2ecf20Sopenharmony_ciobj-y += malta-setup.o 168c2ecf20Sopenharmony_ciobj-y += malta-time.o 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciobj-$(CONFIG_MIPS_CMP) += malta-amon.o 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ciCFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt 21