From: Albert H. <he...@us...> - 2009-12-09 18:40:26
|
Update of /cvsroot/gc-linux/linux/drivers In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21229/drivers Modified Files: Makefile Log Message: Forward to v2.6.32. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/Makefile,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Makefile 9 Dec 2009 18:18:06 -0000 1.35 --- Makefile 9 Dec 2009 18:40:09 -0000 1.36 *************** *** 12,15 **** --- 12,16 ---- obj-y += video/ obj-$(CONFIG_ACPI) += acpi/ + obj-$(CONFIG_SFI) += sfi/ # PnP must come after ACPI since it will eventually need to check if acpi # was used and do nothing if so *************** *** 43,46 **** --- 44,49 ---- obj-$(CONFIG_SCSI) += scsi/ obj-$(CONFIG_ATA) += ata/ + obj-$(CONFIG_MTD) += mtd/ + obj-$(CONFIG_SPI) += spi/ obj-y += net/ obj-$(CONFIG_ATM) += atm/ *************** *** 51,56 **** obj-y += cdrom/ obj-y += auxdisplay/ - obj-$(CONFIG_MTD) += mtd/ - obj-$(CONFIG_SPI) += spi/ obj-$(CONFIG_PCCARD) += pcmcia/ obj-$(CONFIG_DIO) += dio/ --- 54,57 ---- |