Makefile (3c3d7cb1db4af176dab843f22ea092a4ef1eb989) | Makefile (5a86bf343976b9c8ab2f240bc866451fa67e5573) |
---|---|
1# 2# Makefile for the Linux kernel device drivers. 3# 4# 15 Sep 2000, Christoph Hellwig <hch@infradead.org> 5# Rewritten to use lists instead of if-statements. 6# 7 8obj-y += irqchip/ --- 52 unchanged lines hidden (view full) --- 61obj-$(CONFIG_NUBUS) += nubus/ 62obj-y += macintosh/ 63obj-$(CONFIG_IDE) += ide/ 64obj-$(CONFIG_SCSI) += scsi/ 65obj-$(CONFIG_ATA) += ata/ 66obj-$(CONFIG_TARGET_CORE) += target/ 67obj-$(CONFIG_MTD) += mtd/ 68obj-$(CONFIG_SPI) += spi/ | 1# 2# Makefile for the Linux kernel device drivers. 3# 4# 15 Sep 2000, Christoph Hellwig <hch@infradead.org> 5# Rewritten to use lists instead of if-statements. 6# 7 8obj-y += irqchip/ --- 52 unchanged lines hidden (view full) --- 61obj-$(CONFIG_NUBUS) += nubus/ 62obj-y += macintosh/ 63obj-$(CONFIG_IDE) += ide/ 64obj-$(CONFIG_SCSI) += scsi/ 65obj-$(CONFIG_ATA) += ata/ 66obj-$(CONFIG_TARGET_CORE) += target/ 67obj-$(CONFIG_MTD) += mtd/ 68obj-$(CONFIG_SPI) += spi/ |
69obj-$(CONFIG_SPMI) += spmi/ |
|
69obj-y += hsi/ 70obj-y += net/ 71obj-$(CONFIG_ATM) += atm/ 72obj-$(CONFIG_FUSION) += message/ 73obj-y += firewire/ 74obj-$(CONFIG_UIO) += uio/ 75obj-$(CONFIG_VFIO) += vfio/ 76obj-y += cdrom/ --- 81 unchanged lines hidden --- | 70obj-y += hsi/ 71obj-y += net/ 72obj-$(CONFIG_ATM) += atm/ 73obj-$(CONFIG_FUSION) += message/ 74obj-y += firewire/ 75obj-$(CONFIG_UIO) += uio/ 76obj-$(CONFIG_VFIO) += vfio/ 77obj-y += cdrom/ --- 81 unchanged lines hidden --- |