original comment: +Wilson03172004,marked due to this pci host does not support MWI
[linux-2.4.git] / arch / mips / lasat / Makefile
1 #
2 # Makefile for the LASAT specific kernel interface routines under Linux.
3 #
4 USE_STANDARD_AS_RULE := 1
5
6 O_TARGET := lasatkern.o
7 obj-y    := reset.o setup.o prom.o lasat_board.o \
8                 at93c.o interrupt.o lasatIRQ.o
9
10 obj-$(CONFIG_LASAT_SYSCTL) += sysctl.o
11
12 obj-$(CONFIG_DS1603) += ds1603.o
13
14 obj-$(CONFIG_PICVUE) += picvue.o
15 obj-$(CONFIG_PICVUE_PROC) += picvue_proc.o
16
17 obj-$(CONFIG_PCI) += pci.o
18
19 include $(TOPDIR)/Rules.make
20
21 clean:
22         make -C image clean