import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / mips / ite-boards / qed-4n-s01b / 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 ITE 8172 (qed-4n-s01b) board, board
7 # 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 O_TARGET := ite.o
17
18 obj-y := init.o
19
20 obj-$(CONFIG_PCI) += pci_fixup.o
21
22 include $(TOPDIR)/Rules.make