MIPS: Malta: Consolidate platform device code.
[deliverable/linux.git] / arch / mips / mti-malta / Makefile
CommitLineData
315806cb
RB
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-amon.o malta-cmdline.o \
9 malta-display.o malta-init.o malta-int.o \
566a3b95
RB
10 malta-memory.o malta-platform.o \
11 malta-reset.o malta-setup.o malta-time.o
315806cb
RB
12
13obj-$(CONFIG_EARLY_PRINTK) += malta-console.o
14obj-$(CONFIG_PCI) += malta-pci.o
315806cb
RB
15
16# FIXME FIXME FIXME
498a863f 17obj-$(CONFIG_MIPS_MT_SMTC) += malta-smtc.o
315806cb
RB
18
19EXTRA_CFLAGS += -Werror
This page took 0.069205 seconds and 5 git commands to generate.