xref: /openbmc/linux/arch/mips/mti-malta/Makefile (revision e1137e1d)
1#
2# Carsten Langgaard, carstenl@mips.com
3# Copyright (C) 1999,2000 MIPS Technologies, Inc.  All rights reserved.
4#
5# Copyright (C) 2008 Wind River Systems, Inc.
6#   written by Ralf Baechle <ralf@linux-mips.org>
7#
8obj-y				+= malta-display.o
9obj-y				+= malta-dt.o
10obj-y				+= malta-init.o
11obj-y				+= malta-int.o
12obj-y				+= malta-memory.o
13obj-y				+= malta-platform.o
14obj-y				+= malta-reset.o
15obj-y				+= malta-setup.o
16obj-y				+= malta-time.o
17
18obj-$(CONFIG_MIPS_CMP)		+= malta-amon.o
19obj-$(CONFIG_MIPS_MALTA_PM)	+= malta-pm.o
20