mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
0dad5d2622
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
16 lines
481 B
Makefile
16 lines
481 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-amon.o 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_EARLY_PRINTK) += malta-console.o
|
|
|
|
# FIXME FIXME FIXME
|
|
obj-$(CONFIG_MIPS_MT_SMTC) += malta-smtc.o
|