1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # Carsten Langgaard, carstenl@mips.com 3 # Carsten Langgaard, carstenl@mips.com 4 # Copyright (C) 1999,2000 MIPS Technologies, I 4 # Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. 5 # 5 # 6 # Copyright (C) 2008 Wind River Systems, Inc. 6 # Copyright (C) 2008 Wind River Systems, Inc. 7 # written by Ralf Baechle <ralf@linux-mips.or 7 # written by Ralf Baechle <ralf@linux-mips.org> 8 # 8 # 9 obj-y += malta-dtshi 9 obj-y += malta-dtshim.o 10 obj-y += malta-init. 10 obj-y += malta-init.o 11 obj-y += malta-int.o 11 obj-y += malta-int.o 12 obj-y += malta-memor 12 obj-y += malta-memory.o 13 obj-y += malta-platf 13 obj-y += malta-platform.o 14 obj-y += malta-setup 14 obj-y += malta-setup.o 15 obj-y += malta-time. 15 obj-y += malta-time.o 16 16 >> 17 obj-$(CONFIG_MIPS_CMP) += malta-amon.o >> 18 17 CFLAGS_malta-dtshim.o = -I$(src)/../../../scri 19 CFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.