eventfd/kaio integration fix
[linux-2.6.22.y-op.git] / drivers / Makefile
blobadad2f3d438a07929ca9842ac96fb8b3d4dac329
2 # Makefile for the Linux kernel device drivers.
4 # 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
5 # Rewritten to use lists instead of if-statements.
8 obj-$(CONFIG_PCI) += pci/
9 obj-$(CONFIG_PARISC) += parisc/
10 obj-$(CONFIG_RAPIDIO) += rapidio/
11 obj-y += video/
12 obj-$(CONFIG_ACPI) += acpi/
13 # PnP must come after ACPI since it will eventually need to check if acpi
14 # was used and do nothing if so
15 obj-$(CONFIG_PNP) += pnp/
16 obj-$(CONFIG_ARM_AMBA) += amba/
18 # char/ comes before serial/ etc so that the VT console is the boot-time
19 # default.
20 obj-y += char/
22 obj-$(CONFIG_CONNECTOR) += connector/
24 # i810fb and intelfb depend on char/agp/
25 obj-$(CONFIG_FB_I810) += video/i810/
26 obj-$(CONFIG_FB_INTEL) += video/intelfb/
28 obj-y += serial/
29 obj-$(CONFIG_PARPORT) += parport/
30 obj-y += base/ block/ misc/ mfd/ net/ media/
31 obj-$(CONFIG_NUBUS) += nubus/
32 obj-$(CONFIG_ATM) += atm/
33 obj-y += macintosh/
34 obj-$(CONFIG_IDE) += ide/
35 obj-$(CONFIG_FC4) += fc4/
36 obj-$(CONFIG_SCSI) += scsi/
37 obj-$(CONFIG_ATA) += ata/
38 obj-$(CONFIG_FUSION) += message/
39 obj-$(CONFIG_FIREWIRE) += firewire/
40 obj-$(CONFIG_IEEE1394) += ieee1394/
41 obj-y += cdrom/
42 obj-y += auxdisplay/
43 obj-$(CONFIG_MTD) += mtd/
44 obj-$(CONFIG_SPI) += spi/
45 obj-$(CONFIG_PCCARD) += pcmcia/
46 obj-$(CONFIG_DIO) += dio/
47 obj-$(CONFIG_SBUS) += sbus/
48 obj-$(CONFIG_KVM) += kvm/
49 obj-$(CONFIG_ZORRO) += zorro/
50 obj-$(CONFIG_MAC) += macintosh/
51 obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
52 obj-$(CONFIG_PARIDE) += block/paride/
53 obj-$(CONFIG_TC) += tc/
54 obj-$(CONFIG_USB) += usb/
55 obj-$(CONFIG_PCI) += usb/
56 obj-$(CONFIG_USB_GADGET) += usb/gadget/
57 obj-$(CONFIG_SERIO) += input/serio/
58 obj-$(CONFIG_GAMEPORT) += input/gameport/
59 obj-$(CONFIG_INPUT) += input/
60 obj-$(CONFIG_I2O) += message/
61 obj-$(CONFIG_RTC_LIB) += rtc/
62 obj-y += i2c/
63 obj-$(CONFIG_W1) += w1/
64 obj-$(CONFIG_HWMON) += hwmon/
65 obj-$(CONFIG_PHONE) += telephony/
66 obj-$(CONFIG_MD) += md/
67 obj-$(CONFIG_BT) += bluetooth/
68 obj-$(CONFIG_ISDN) += isdn/
69 obj-$(CONFIG_EDAC) += edac/
70 obj-$(CONFIG_MCA) += mca/
71 obj-$(CONFIG_EISA) += eisa/
72 obj-$(CONFIG_CPU_FREQ) += cpufreq/
73 obj-$(CONFIG_MMC) += mmc/
74 obj-$(CONFIG_NEW_LEDS) += leds/
75 obj-$(CONFIG_INFINIBAND) += infiniband/
76 obj-$(CONFIG_SGI_SN) += sn/
77 obj-y += firmware/
78 obj-$(CONFIG_CRYPTO) += crypto/
79 obj-$(CONFIG_SUPERH) += sh/
80 obj-$(CONFIG_GENERIC_TIME) += clocksource/
81 obj-$(CONFIG_DMA_ENGINE) += dma/
82 obj-$(CONFIG_HID) += hid/
83 obj-$(CONFIG_PPC_PS3) += ps3/