vserver 1.9.3
[linux-2.6.git] / drivers / Makefile
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
8 obj-$(CONFIG_PCI)               += pci/
9 obj-$(CONFIG_PARISC)            += parisc/
10 obj-y                           += video/
11 obj-$(CONFIG_ACPI_BOOT)         += acpi/
12 # PnP must come after ACPI since it will eventually need to check if acpi
13 # was used and do nothing if so
14 obj-$(CONFIG_PNP)               += pnp/
15
16 # char/ comes before serial/ etc so that the VT console is the boot-time
17 # default.
18 obj-y                           += char/
19
20 # i810fb depends on char/agp/
21 obj-$(CONFIG_FB_I810)           += video/i810/
22
23 # we also need input/serio early so serio bus is initialized by the time
24 # serial drivers start registering their serio ports
25 obj-$(CONFIG_SERIO)             += input/serio/
26 obj-y                           += serial/
27 obj-$(CONFIG_PARPORT)           += parport/
28 obj-y                           += base/ block/ misc/ net/ media/
29 obj-$(CONFIG_NUBUS)             += nubus/
30 obj-$(CONFIG_ATM)               += atm/
31 obj-$(CONFIG_PPC_PMAC)          += macintosh/
32 obj-$(CONFIG_IDE)               += ide/
33 obj-$(CONFIG_FC4)               += fc4/
34 obj-$(CONFIG_SCSI)              += scsi/
35 obj-$(CONFIG_FUSION)            += message/
36 obj-$(CONFIG_IEEE1394)          += ieee1394/
37 obj-y                           += cdrom/
38 obj-$(CONFIG_MTD)               += mtd/
39 obj-$(CONFIG_PCMCIA)            += pcmcia/
40 obj-$(CONFIG_DIO)               += dio/
41 obj-$(CONFIG_SBUS)              += sbus/
42 obj-$(CONFIG_ZORRO)             += zorro/
43 obj-$(CONFIG_MAC)               += macintosh/
44 obj-$(CONFIG_PARIDE)            += block/paride/
45 obj-$(CONFIG_TC)                += tc/
46 obj-$(CONFIG_USB)               += usb/
47 obj-$(CONFIG_USB_GADGET)        += usb/gadget/
48 obj-$(CONFIG_INPUT)             += input/
49 obj-$(CONFIG_GAMEPORT)          += input/gameport/
50 obj-$(CONFIG_I2O)               += message/
51 obj-$(CONFIG_I2C)               += i2c/
52 obj-$(CONFIG_W1)                += w1/
53 obj-$(CONFIG_PHONE)             += telephony/
54 obj-$(CONFIG_MD)                += md/
55 obj-$(CONFIG_BT)                += bluetooth/
56 obj-$(CONFIG_ISDN)              += isdn/
57 obj-$(CONFIG_MCA)               += mca/
58 obj-$(CONFIG_EISA)              += eisa/
59 obj-$(CONFIG_CPU_FREQ)          += cpufreq/
60 obj-$(CONFIG_MMC)               += mmc/
61 obj-y                           += firmware/