ACPI: thinkpad-acpi: add development version tag
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / Makefile
blobc1bf41737936ab00be4a87563a0bb0638074785d
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-y += gpio/
9 obj-$(CONFIG_PCI) += pci/
10 obj-$(CONFIG_PARISC) += parisc/
11 obj-$(CONFIG_RAPIDIO) += rapidio/
12 obj-y += video/
13 obj-$(CONFIG_ACPI) += acpi/
14 # PnP must come after ACPI since it will eventually need to check if acpi
15 # was used and do nothing if so
16 obj-$(CONFIG_PNP) += pnp/
17 obj-$(CONFIG_ARM_AMBA) += amba/
19 obj-$(CONFIG_XEN) += xen/
21 # regulators early, since some subsystems rely on them to initialize
22 obj-$(CONFIG_REGULATOR) += regulator/
24 # char/ comes before serial/ etc so that the VT console is the boot-time
25 # default.
26 obj-y += char/
28 # gpu/ comes after char for AGP vs DRM startup
29 obj-y += gpu/
31 obj-$(CONFIG_CONNECTOR) += connector/
33 # i810fb and intelfb depend on char/agp/
34 obj-$(CONFIG_FB_I810) += video/i810/
35 obj-$(CONFIG_FB_INTEL) += video/intelfb/
37 obj-y += serial/
38 obj-$(CONFIG_PARPORT) += parport/
39 obj-y += base/ block/ misc/ mfd/ net/ media/
40 obj-$(CONFIG_NUBUS) += nubus/
41 obj-$(CONFIG_ATM) += atm/
42 obj-y += macintosh/
43 obj-$(CONFIG_IDE) += ide/
44 obj-$(CONFIG_SCSI) += scsi/
45 obj-$(CONFIG_ATA) += ata/
46 obj-$(CONFIG_FUSION) += message/
47 obj-$(CONFIG_FIREWIRE) += firewire/
48 obj-y += ieee1394/
49 obj-$(CONFIG_UIO) += uio/
50 obj-y += cdrom/
51 obj-y += auxdisplay/
52 obj-$(CONFIG_MTD) += mtd/
53 obj-$(CONFIG_SPI) += spi/
54 obj-$(CONFIG_PCCARD) += pcmcia/
55 obj-$(CONFIG_DIO) += dio/
56 obj-$(CONFIG_SBUS) += sbus/
57 obj-$(CONFIG_ZORRO) += zorro/
58 obj-$(CONFIG_MAC) += macintosh/
59 obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
60 obj-$(CONFIG_PARIDE) += block/paride/
61 obj-$(CONFIG_TC) += tc/
62 obj-$(CONFIG_UWB) += uwb/
63 obj-$(CONFIG_USB_OTG_UTILS) += usb/otg/
64 obj-$(CONFIG_USB) += usb/
65 obj-$(CONFIG_USB_MUSB_HDRC) += usb/musb/
66 obj-$(CONFIG_PCI) += usb/
67 obj-$(CONFIG_USB_GADGET) += usb/gadget/
68 obj-$(CONFIG_SERIO) += input/serio/
69 obj-$(CONFIG_GAMEPORT) += input/gameport/
70 obj-$(CONFIG_INPUT) += input/
71 obj-$(CONFIG_I2O) += message/
72 obj-$(CONFIG_RTC_LIB) += rtc/
73 obj-y += i2c/
74 obj-$(CONFIG_W1) += w1/
75 obj-$(CONFIG_POWER_SUPPLY) += power/
76 obj-$(CONFIG_HWMON) += hwmon/
77 obj-$(CONFIG_THERMAL) += thermal/
78 obj-$(CONFIG_WATCHDOG) += watchdog/
79 obj-$(CONFIG_PHONE) += telephony/
80 obj-$(CONFIG_MD) += md/
81 obj-$(CONFIG_BT) += bluetooth/
82 obj-$(CONFIG_ACCESSIBILITY) += accessibility/
83 obj-$(CONFIG_ISDN) += isdn/
84 obj-$(CONFIG_EDAC) += edac/
85 obj-$(CONFIG_MCA) += mca/
86 obj-$(CONFIG_EISA) += eisa/
87 obj-y += lguest/
88 obj-$(CONFIG_CPU_FREQ) += cpufreq/
89 obj-$(CONFIG_CPU_IDLE) += cpuidle/
90 obj-y += idle/
91 obj-$(CONFIG_MMC) += mmc/
92 obj-$(CONFIG_MEMSTICK) += memstick/
93 obj-$(CONFIG_NEW_LEDS) += leds/
94 obj-$(CONFIG_INFINIBAND) += infiniband/
95 obj-$(CONFIG_SGI_SN) += sn/
96 obj-y += firmware/
97 obj-$(CONFIG_CRYPTO) += crypto/
98 obj-$(CONFIG_SUPERH) += sh/
99 obj-$(CONFIG_GENERIC_TIME) += clocksource/
100 obj-$(CONFIG_DMA_ENGINE) += dma/
101 obj-$(CONFIG_DCA) += dca/
102 obj-$(CONFIG_HID) += hid/
103 obj-$(CONFIG_PPC_PS3) += ps3/
104 obj-$(CONFIG_OF) += of/
105 obj-$(CONFIG_SSB) += ssb/
106 obj-$(CONFIG_VIRTIO) += virtio/
107 obj-$(CONFIG_STAGING) += staging/
108 obj-y += platform/