Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame^] | 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 | |||||
9 | obj-y += it8172_setup.o irq.o int-handler.o pmon_prom.o \ | ||||
10 | time.o lpc.o puts.o reset.o | ||||
11 | |||||
12 | obj-$(CONFIG_IT8172_CIR)+= it8172_cir.o | ||||
13 | obj-$(CONFIG_KGDB) += dbg_io.o | ||||
14 | |||||
15 | EXTRA_AFLAGS := $(CFLAGS) |