mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-18 02:24:21 +08:00
e1137e1d59
Split the obj-y entries to their own lines such that it's easier to see what's going on when adding or removing entries. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Cc: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/11220/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
20 lines
529 B
Makefile
20 lines
529 B
Makefile
#
|
|
# 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-display.o
|
|
obj-y += malta-dt.o
|
|
obj-y += malta-init.o
|
|
obj-y += malta-int.o
|
|
obj-y += malta-memory.o
|
|
obj-y += malta-platform.o
|
|
obj-y += malta-reset.o
|
|
obj-y += malta-setup.o
|
|
obj-y += malta-time.o
|
|
|
|
obj-$(CONFIG_MIPS_CMP) += malta-amon.o
|
|
obj-$(CONFIG_MIPS_MALTA_PM) += malta-pm.o
|