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, generic files.
7#
8# Note! Dependencies are done automagically by 'make dep', which also
9# removes any old dependencies. DON'T put your own dependencies here
10# unless it's something special (ie not a .c file).
11#
12
13USE_STANDARD_AS_RULE := true
14
15all: it8172.o
16
17O_TARGET := it8172.o
18
19obj-y := it8172_setup.o irq.o int-handler.o pmon_prom.o time.o lpc.o puts.o reset.o
20
21obj-$(CONFIG_PCI) += it8172_pci.o
22obj-$(CONFIG_IT8172_CIR) += it8172_cir.o
23obj-$(CONFIG_KGDB) += dbg_io.o
24
25include $(TOPDIR)/Rules.make
26