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