mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
0b0037490f
Remove the Malta display platform code in favour of probing the img-ascii-lcd driver via device tree. This reduces the amount of platform code & the img-ascii-lcd driver offers us advantages in terms of code sharing with other boards & functionality such as changing the displayed message via sysfs. Defconfigs are untouched because the driver already defaults y on when CONFIG_MIPS_MALTA=y. Signed-off-by: Paul Burton <paul.burton@mips.com> Patchwork: https://patchwork.linux-mips.org/patch/21182/ Cc: linux-mips@linux-mips.org
21 lines
557 B
Makefile
21 lines
557 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-dt.o
|
|
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
|