View | Details | Raw Unified | Return to bug 27862
Collapse All | Expand All

(-)linux-3.0-tmp-jikos/drivers/Makefile (-1 / +1 lines)
Lines 45-56 obj-$(CONFIG_PARPORT) += parport/ Link Here
45
obj-y				+= base/ block/ misc/ mfd/ nfc/
45
obj-y				+= base/ block/ misc/ mfd/ nfc/
46
obj-$(CONFIG_NUBUS)		+= nubus/
46
obj-$(CONFIG_NUBUS)		+= nubus/
47
obj-y				+= macintosh/
47
obj-y				+= macintosh/
48
obj-$(CONFIG_IDE)		+= ide/
49
obj-$(CONFIG_SCSI)		+= scsi/
48
obj-$(CONFIG_SCSI)		+= scsi/
50
obj-$(CONFIG_ATA)		+= ata/
49
obj-$(CONFIG_ATA)		+= ata/
51
obj-$(CONFIG_TARGET_CORE)	+= target/
50
obj-$(CONFIG_TARGET_CORE)	+= target/
52
obj-$(CONFIG_MTD)		+= mtd/
51
obj-$(CONFIG_MTD)		+= mtd/
53
obj-$(CONFIG_SPI)		+= spi/
52
obj-$(CONFIG_SPI)		+= spi/
53
obj-$(CONFIG_IDE)		+= ide/
54
obj-y				+= net/
54
obj-y				+= net/
55
obj-$(CONFIG_ATM)		+= atm/
55
obj-$(CONFIG_ATM)		+= atm/
56
obj-$(CONFIG_FUSION)		+= message/
56
obj-$(CONFIG_FUSION)		+= message/

Return to bug 27862