Linux 2.6.15.1
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / Makefile
blobea410b6b7644fa4b7959e324ba5595019b90bfe6
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/
17 # char/ comes before serial/ etc so that the VT console is the boot-time
18 # default.
19 obj-y += char/
21 obj-$(CONFIG_CONNECTOR) += connector/
23 # i810fb and intelfb depend on char/agp/
24 obj-$(CONFIG_FB_I810) += video/i810/
25 obj-$(CONFIG_FB_INTEL) += video/intelfb/
27 # we also need input/serio early so serio bus is initialized by the time
28 # serial drivers start registering their serio ports
29 obj-$(CONFIG_SERIO) += input/serio/
30 obj-y += serial/
31 obj-$(CONFIG_PARPORT) += parport/
32 obj-y += base/ block/ misc/ mfd/ net/ media/
33 obj-$(CONFIG_NUBUS) += nubus/
34 obj-$(CONFIG_ATM) += atm/
35 obj-$(CONFIG_PPC_PMAC) += macintosh/
36 obj-$(CONFIG_IDE) += ide/
37 obj-$(CONFIG_FC4) += fc4/
38 obj-$(CONFIG_SCSI) += scsi/
39 obj-$(CONFIG_FUSION) += message/
40 obj-$(CONFIG_IEEE1394) += ieee1394/
41 obj-y += cdrom/
42 obj-$(CONFIG_MTD) += mtd/
43 obj-$(CONFIG_PCCARD) += pcmcia/
44 obj-$(CONFIG_DIO) += dio/
45 obj-$(CONFIG_SBUS) += sbus/
46 obj-$(CONFIG_ZORRO) += zorro/
47 obj-$(CONFIG_MAC) += macintosh/
48 obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
49 obj-$(CONFIG_PARIDE) += block/paride/
50 obj-$(CONFIG_TC) += tc/
51 obj-$(CONFIG_USB) += usb/
52 obj-$(CONFIG_PCI) += usb/
53 obj-$(CONFIG_USB_GADGET) += usb/gadget/
54 obj-$(CONFIG_GAMEPORT) += input/gameport/
55 obj-$(CONFIG_INPUT) += input/
56 obj-$(CONFIG_I2O) += message/
57 obj-$(CONFIG_I2C) += i2c/
58 obj-$(CONFIG_W1) += w1/
59 obj-$(CONFIG_HWMON) += hwmon/
60 obj-$(CONFIG_PHONE) += telephony/
61 obj-$(CONFIG_MD) += md/
62 obj-$(CONFIG_BT) += bluetooth/
63 obj-$(CONFIG_ISDN) += isdn/
64 obj-$(CONFIG_MCA) += mca/
65 obj-$(CONFIG_EISA) += eisa/
66 obj-$(CONFIG_CPU_FREQ) += cpufreq/
67 obj-$(CONFIG_MMC) += mmc/
68 obj-$(CONFIG_INFINIBAND) += infiniband/
69 obj-$(CONFIG_SGI_IOC4) += sn/
70 obj-y += firmware/
71 obj-$(CONFIG_CRYPTO) += crypto/
72 obj-$(CONFIG_SUPERH) += sh/