Makefile 417 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7 8
#
#  Copyright 2000 MontaVista Software Inc.
#  Author: MontaVista Software, Inc.
#     	ppopov@mvista.com or source@mvista.com
#
# Makefile for the Alchemy Au1000 CPU, generic files.
#

9
obj-y += prom.o irq.o puts.o time.o reset.o \
L
Linus Torvalds 已提交
10
	au1xxx_irqmap.o clocks.o platform.o power.o setup.o \
11
	sleeper.o cputable.o dma.o dbdma.o gpio.o
L
Linus Torvalds 已提交
12 13 14

obj-$(CONFIG_KGDB)		+= dbg_io.o
obj-$(CONFIG_PCI)		+= pci.o
15 16

EXTRA_CFLAGS += -Werror