mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
5e9e3a5f69
The malta-amon.c file provides functions to access the YAMON Monitoring interface to bring up secondary VPEs in case of SMP/CMP. As a result of which, there is no need to build it if CMP is not used. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Reviewed-by: Paul Burton <paul.burton@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/7993/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
14 lines
440 B
Makefile
14 lines
440 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 malta-init.o \
|
|
malta-int.o malta-memory.o malta-platform.o \
|
|
malta-reset.o malta-setup.o malta-time.o
|
|
|
|
obj-$(CONFIG_MIPS_CMP) += malta-amon.o
|
|
obj-$(CONFIG_MIPS_MALTA_PM) += malta-pm.o
|