mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
cd04d58e82
There exists many same definitions of device_tree_init() for various platforms, add a weak function in arch/mips/kernel/prom.c to clean up the related code. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
20 lines
534 B
Makefile
20 lines
534 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Carsten Langgaard, carstenl@mips.com
|
|
# Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
|
|
#
|
|
# Copyright (C) 2008 Wind River Systems, Inc.
|
|
# written by Ralf Baechle <ralf@linux-mips.org>
|
|
#
|
|
obj-y += malta-dtshim.o
|
|
obj-y += malta-init.o
|
|
obj-y += malta-int.o
|
|
obj-y += malta-memory.o
|
|
obj-y += malta-platform.o
|
|
obj-y += malta-setup.o
|
|
obj-y += malta-time.o
|
|
|
|
obj-$(CONFIG_MIPS_CMP) += malta-amon.o
|
|
|
|
CFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt
|