[MIPS] Alchemy common headers style cleanup
[deliverable/linux.git] / arch / mips / au1000 / common / Makefile
CommitLineData
1da177e4
LT
1#
2# Copyright 2000 MontaVista Software Inc.
3# Author: MontaVista Software, Inc.
4# ppopov@mvista.com or source@mvista.com
5#
6# Makefile for the Alchemy Au1000 CPU, generic files.
7#
8
e4ac58af 9obj-y += prom.o irq.o puts.o time.o reset.o \
1da177e4 10 au1xxx_irqmap.o clocks.o platform.o power.o setup.o \
2cce8263 11 sleeper.o cputable.o dma.o dbdma.o gpio.o
1da177e4 12
1da177e4
LT
13obj-$(CONFIG_KGDB) += dbg_io.o
14obj-$(CONFIG_PCI) += pci.o
dde96ca8
RB
15
16EXTRA_CFLAGS += -Werror
This page took 0.299083 seconds and 5 git commands to generate.