Update of /cvsroot/linux-mips/linux/arch/mips/ite-boards/ivr
In directory usw-pr-cvs1:/tmp/cvs-serv28026/arch/mips/ite-boards/ivr
Modified Files:
Makefile
Log Message:
* ev96100 new pci support
* fixed a compile problem
* it8172/ivr Makefile cleanup
* it8172 IDE driver bug fixes
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/ite-boards/ivr/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Makefile 2001/06/22 02:29:31 1.1.1.1
--- Makefile 2001/08/28 23:12:15 1.2
***************
*** 23,28 ****
obj-y := init.o
! obj-CONFIG_PCI += pci_fixup.o
! obj-CONFIG_BLK_DEV_INITRD += le_ramdisk.o
include $(TOPDIR)/Rules.make
--- 23,27 ----
obj-y := init.o
! obj-$(CONFIG_PCI) += pci_fixup.o
include $(TOPDIR)/Rules.make
|