import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / mips / ite-boards / ivr / Makefile
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 Globespan IVR board,
7 # board-specific files.
8 #
9 # Note! Dependencies are done automagically by 'make dep', which also
10 # removes any old dependencies. DON'T put your own dependencies here
11 # unless it's something special (ie not a .c file).
12 #
13
14 USE_STANDARD_AS_RULE := true
15
16 all: ivr.o
17
18 O_TARGET := ivr.o
19
20 obj-y := init.o
21
22 obj-$(CONFIG_PCI) += pci_fixup.o
23
24 include $(TOPDIR)/Rules.make